Commit Graph

1337 Commits

Author SHA1 Message Date
hackademix d2d7aff4cd [L10n] Updated de. 2021-01-10 22:35:55 +01:00
hackademix 45e6d8c03d Better fix for per-site permissions UI glitches (thanks barbaz for reporting). 2021-01-10 22:35:18 +01:00
hackademix 2013c8e1ae Version bump: 11.1.9rc2. 2021-01-10 22:35:18 +01:00
hackademix 1ef628d71e Replace script-embedded bitmap with css-embedded SVG as the placeholder logo. 2021-01-09 22:50:28 +01:00
hackademix 07d03a7bbe Updated TLDs. 2021-01-09 21:28:24 +01:00
hackademix 4825e12612 Remove source map reference causing console noise. 2021-01-09 01:08:24 +01:00
hackademix 2173e3397c Fix per-site permissions UI glitches when base domain is added to existing subdomain (thanks barbaz for reporting). 2021-01-08 23:33:12 +01:00
hackademix 53fedbc21d Version bump: 11.1.9rc1. 2021-01-08 23:02:56 +01:00
hackademix df0f11ffce Version bump: 11.1.8. 2021-01-07 23:36:36 +01:00
hackademix bd3b6bb3ee [L10n] Updated de. 2021-01-07 23:36:17 +01:00
hackademix 5499f5fe01 [XSS] Fix for old pre-screening optimization exploitable to bypass the filter in recent browsers (thanks Tsubasa FUJII for reporting). 2021-01-07 23:36:17 +01:00
hackademix 404869418c Replace DOM-based entity decoding with the he.js pure JS library. 2021-01-07 23:36:17 +01:00
hackademix 50f73bc2c1 Updated copyright statement. 2021-01-07 23:36:17 +01:00
hackademix b5e26f2260 Updated browser-polyfill.js. 2021-01-07 23:36:17 +01:00
hackademix cfc1688215 Removed obsolete fastclick.js dependency. 2021-01-07 23:36:17 +01:00
Ingo Brückl 04472d4137 Update German translation
Since "vorübergehend" is too long for use in all fields, don't mix
and use "temporär" throughout to help understand which functions are
related.

Do not unnecessarily abbreviate "VERTR." because there is enough space.
2021-01-07 23:36:17 +01:00
hackademix 91ca3286c0 Updated TLDs. 2020-12-27 20:16:21 +01:00
hackademix 39818a2144 Version bump: 11.1.8rc1. 2020-12-27 20:16:21 +01:00
hackademix 5cb523bc6c Version bump: 11.1.7. 2020-12-21 16:05:40 +01:00
hackademix 8808e3073f Updated TLDs. 2020-12-18 20:48:23 +01:00
hackademix b1d96e3033 Optimize serviceWorker tracking for heavy tabs usage (thanks vadimm and barbaz for investigation). 2020-12-18 20:47:55 +01:00
hackademix a61481919a Force placeholder visibility on Youtube embeddings. 2020-12-18 18:26:26 +01:00
hackademix c6746a8a6e Version bump: 11.1.7rc3. 2020-12-18 18:25:25 +01:00
hackademix 8526d25f03 Fixed popup opening being slowed down if options UI is opened (thanks Sirus for report). 2020-12-10 22:21:27 +01:00
hackademix fdca98d2e3 Version bump: 11.1.7rc2. 2020-12-10 22:19:28 +01:00
hackademix 938eb53576 Explicit failure for wrong settings importation formats. 2020-12-10 13:13:25 +01:00
hackademix 2fd03a8e20 Version bump: 11.1.7rc1. 2020-12-10 08:57:59 +01:00
hackademix 85f0d4aa6d Version bump: 11.1.6. 2020-12-09 21:39:27 +01:00
hackademix 434dddcea0 Better handling of concurrent prompts issues (thanks billarbor for reporting). 2020-12-08 23:01:58 +01:00
hackademix 34c0698e4c Version bump: 11.1.6rc6. 2020-12-08 22:56:38 +01:00
hackademix b0f21ea2eb Remove z-index boosting from ancestors when placeholder is collapsed or replaced (issue #162). 2020-12-08 20:32:34 +01:00
hackademix b2f2261b32 Version bump: 11.1.6rc5. 2020-12-08 20:32:34 +01:00
hackademix d2768e5c7b Fixed permission keyboard shortcuts being triggered with modifiers like CTRL (thanks barbaz for report). 2020-12-06 01:00:55 +01:00
hackademix 2bbc099195 Version bump: 11.1.6rc4. 2020-12-06 01:00:55 +01:00
hackademix 46659614b9 More accurate blockage reporting, with better filtering of page's own CSP effects. 2020-12-06 01:00:30 +01:00
hackademix 51dadae00a Version bump: 11.1.6rc3. 2020-12-04 11:47:58 +01:00
hackademix 84b4a33b94 [UI] Fixed bug in CUSTOM sites filtering (thanks barbaz for reporting). 2020-12-02 23:03:29 +01:00
hackademix 77ef8164f3 Fixed bug in automatic HTML events build-time updates. 2020-12-02 23:03:29 +01:00
hackademix d514d8022e Updated HTML events. 2020-12-02 23:03:29 +01:00
hackademix 393a33e022 Updated TLDs. 2020-12-02 23:03:29 +01:00
hackademix cbbbbbd5ff Version bump: 11.1.6rc2. 2020-12-02 23:03:29 +01:00
hackademix 6041f60ddb Updated TLDs. 2020-11-19 23:56:53 +01:00
hackademix 87c914f924 [L10n] Updated sv_SE. 2020-11-19 23:56:45 +01:00
hackademix 83ed39c607 Better handling 0 width / 0 height media placeholders. 2020-11-19 23:56:26 +01:00
hackademix 3ec0b28981 Version bump: 11.1.6rc1. 2020-11-19 22:44:58 +01:00
hackademix 9af050fb3b Version bump: 11.1.5. 2020-11-06 12:20:47 +01:00
hackademix cc6973f91f Updated TLDs. 2020-11-05 16:34:01 +01:00
hackademix ee44831351 Fixed potential infinite loop via DOMContentLoaded. 2020-11-05 16:32:53 +01:00
hackademix b8727c979b Version bump: 11.1.5rc2. 2020-11-05 16:25:27 +01:00
hackademix 0a5f67db21 Work-around for Firefox 82 media redirection bug (thanks ppxxbu and skriptimaahinen). 2020-11-04 10:16:54 +01:00