Firefox Browser Add-ons
Log in
Add-on icon

ClearURLs version history - 25 versions

ClearURLs by Kevin

Rated 4.3 out of 5
4.3 Stars out of 5
5
664
4
127
3
68
2
48
1
72
ClearURLs version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.27.3

    Released Feb 5, 2025 - 1.05 MB
    Works with firefox 58.0 and later, android 58.0 and later
    Google Docs bug fix

    Source code released under GNU Lesser General Public License v3.0 only

    You'll need Firefox to use this extension
    Download Firefox
    Download file
  • Older versions

    Version 1.27.2

    Released Jan 27, 2025 - 1.05 MB
    Works with firefox 58.0 and later, android 58.0 and later
    Bug fix

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.26.1

    Released Jan 31, 2023 - 840.61 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Mandatory upgrade from "applications" to "browser_specific_settings" in manifest.json

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.26.0

    Released Nov 18, 2022 - 840.31 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - The popup window is now responsive

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.25.0

    Released Jul 26, 2022 - 840.3 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - ETag filtering now generates random values and does no longer delete the header. As a result, filtering also works under Chrome-based browsers
    - ETag filtering no longer increases the counter
    - ETag filtering is now disabled by default
    - Updated rules URL href
    - Updated translations
    - Bug fixes

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.24.1

    Released Mar 25, 2022 - 836.66 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Replaced self-written URL parser through URL and URLSearchParams from the Web API
    - Fixed 185
    - Fixed 186

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.23.1

    Released Mar 23, 2022 - 836.78 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Added Arabic translation by Essam and kugani
    - Added Indonesian translation by Iputucaganesha
    - Added content_security_policy to manifest.json
    - Re-Added applicationsto manifest.json
    - Added recursive cleaning
    - Added dark mode support in !101. Thanks to @dannycolin
    - Updated homepage_url and author field in manifest.json
    - Replaced deprecated String.prototype.substr() in !175. Thanks to @CommanderRoot

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.22.0

    Released Dec 28, 2021 - 828.84 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Added Korean translation by @hellojaccc
    - Added Thai translation by @ammaneena
    - Added Slovenian translation by @betterwebleon
    - Added `method` filtering to rule catalogs. Thanks to @lifegpc. Closes #948.

    - Updated jQuery to 3.6.0
    - Updated Spanish translation by Sergio
    - Updated Hungarian translation by krolli
    - Updated Italian translation by Gioxx
    - Updated Dutch translation by Harm and Heimen
    - Updated Polish translation by Mble
    - Updated Portuguese translation by Lalocas and Geraldo
    - Updated Turkish translation by Ümit
    - Updated Chinese (traditional) translation by 1304274443
    - Updated Chinese (simplified) translation by Eric
    - Replaced deprecated `extension.getURL` by `runtime.getURL`

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.21.0

    Released Mar 24, 2021 - 813.01 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Updated Polish translation by Kityn
    - Removed `clipboardWrite` permission
    - Removed noisy background of popup
    - Fixed issue #771
    - Fixed issue #466

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.20.0

    Released Nov 21, 2020 - 876.95 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Added Dutch translation by Harm M.

    - Changed url decoding to prevent endless loop
    - Performance optimizations for rules by @thexeos
    - Changed default rules and hash host to Github Pages
    - Changed rules changelog button href to the new rules submodule repo
    - Updated various translations - thanks to all contributors

    - Fixed #664 (also #739, #740)

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.19.0

    Released Jul 21, 2020 - 868.73 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Changed url decoding to prevent endless loop

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.18.1

    Released Jun 7, 2020 - 867.51 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Removed sha256.jquery.plugin
    - Removed Popper.js v1.16.0
    - Removed Bootstrap Colorpicker v3.2.0
    - Removed xbl type from request types, because it throws since 78.0b3 exceptions (no longer supported)

    + Added Pickr v1.7.0

    +/- Replaced sha256.jquery.plugin with native hashing
    +/- Replaced jQuery dependencies with native JavaScript in all core files (jQuery is only required for the log page)
    +/- Restricted the log limit to max. 5000 entries

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.17.0

    Released Apr 14, 2020 - 869.12 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Updated some strings of Spanish translation
    + Updated some strings of French translation
    + Updated some strings of Italian translation
    + Updated some strings of Russian translation
    + Updated some strings of Swedish translation
    + Updated some strings of Turkish translation
    + Updated some strings of Ukrainian translation
    + Updated some strings of Chinese Simple translation
    + Fixed a typo in the path to the Datatables JavaScript file
    + Fixed #445
    + Fixed #462
    + Added check for setBadgeTextColor function (only supported in Firefox)
    - Removed browser-polyfill content script import (seems no longer needed)
    - Removed old applications value

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.16.0

    Released Mar 20, 2020 - 866.26 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Added ETag header filtering (#362, #440)
    + Fixed spontaneous disappearance of the badged
    + Fixed wrong counting of blocked elements
    + Updated all translation
    + Changed badged font color to #FFFFFF
    + Changed watchdog behavior as follows #428, #431, #429:
    - Increased watchdog interval to 60 seconds
    - Executed watchdog only if ClearURLs is also active
    - Watchdog restarts ClearURLs at most 3 times and only if ClearURLs has rules
    + Changed behavior of downloading rules #428, #431, #429:
    - If download of hash file fails and no local rules are available, then ClearURLs displays `hash_status_code_5` and deactivates itself
    - If download of rules file fails and no local rules are available, then ClearURLs displays `hash_status_code_5` and deactivates itself

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.15.0

    Released Feb 16, 2020 - 863.97 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Updated Italian translation by @gioxx

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.14.0

    Released Feb 1, 2020 - 863.78 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Changed icon
    + Updated some strings of French translation by lucifer

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.12.0

    Released Jan 29, 2020 - 843.3 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Updated Russian translation by elfriob
    + Updated Spanish translation by @socram

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.11.0

    Released Jan 6, 2020 - 836.38 KB
    Works with firefox 55.0 and later, android 48.0 and later
    Added in version 1.11.0:
    + Added hyperlink auditing blocking #184
    + Added yandex link fix script, to avoid URL tracking #305

    Added in version 1.10.0:
    + Updated to Bootstrap 4.3.1
    + Updated to jQuery 3.4.1
    + Updated to DataTables 1.10.20
    + Deleted unnecessary Bootstrap Dialog lib
    + Replaced pick-a-color with bootstrap-colorpicker 3.2.0
    + Added popper.js 1.16.0
    + Fixed #338
    + Fixed #333
    + Fixed #332
    + Fixed #307
    + Maybe #315 fixed
    + Minor corrections on english translation by Sopor
    + Added Swedish translation by Sopor
    + Replaced glyphicons with fontawesome 5.12.0

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.5

    Released Dec 17, 2019 - 403.73 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Added Turkish translation by Ulaş Çakmak
    + Updated some strings of French translation by lucifer
    + Fixed problem with default RegExp

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.4

    Released Nov 24, 2019 - 399.52 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Fixed toolbar icon on startup #102
    + Added option to disable/allow domain blocking #294
    + Some refactoring

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.3.1

    Released Nov 15, 2019 - 399.14 KB
    Works with firefox 55.0 and later, android 48.0 and later
    + Changed data and hash URL to GitLab Pages, to prevent hitting the GitLab infrastructure directly #295

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.3

    Released Nov 15, 2019 - 399.14 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Fixed wrong initial rules URL

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.2

    Released Nov 9, 2019 - 399.13 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Fixed #290
    - Updated some strings of Italian translation by @gioxx
    - Added a minimal version of the data.min.json file where all line breaks and spaces, as well as default values and empty lists are removed.

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.1

    Released Oct 24, 2019 - 398.63 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Fixed badged in quiet mode
    - Added Italian translation by @gioxx

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
  • Version 1.9.0

    Released Oct 22, 2019 - 395.71 KB
    Works with firefox 55.0 and later, android 48.0 and later
    - Added #284
    - Added #56
    - Fixed #241
    - Possible fix & workaround for #203
    - Fixed bug in "history tracking injection protection". This option was not disabled, when the global filter switch are on off
    - Added an option to im-/export the log (requires the `downloads` permission)
    - Added an option to im-/export the settings (requires the `downloads` permission)
    - Added information page for blocked sites, when they are called in the `main_frame`
    - Added "multiple times URL encodes" recognition
    - Refactoring
    - Changed background script loading sequence to prevent that required functions are not yet loaded.

    Source code released under GNU Lesser General Public License v3.0 only

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.