7 Commits

Author SHA1 Message Date
Kevin Röbert
ed185168d5 Version 1.3.3.17 2018-09-25 14:46:03 +02:00
Kevin Röbert
76addcf18c Fix for #102
Load the icon settings at boot
2018-09-25 14:34:05 +02:00
Kevin R
7351f5b559 I learned from Issue #99 :P 2018-09-18 21:55:08 +00:00
Kevin Röbert
03c8c164fc New rules new hash 2018-09-18 23:39:32 +02:00
Kevin Röbert
71783f568e Fix #92, #98, #99
Fix for the google search toolbar bug and the google language bug.
2018-09-18 23:37:11 +02:00
Kevin Röbert
037ef829b4 New rules new hash 2018-09-16 20:43:01 +02:00
Kevin Röbert
ed95ed92a6 Google Mail exception fix
#93
2018-09-16 20:41:55 +02:00
7 changed files with 9 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ You do not have to reinstall Firefox or disable all addons. You can just create
* **Version**: [compulsory. you must provide your version]
* **Platform**: [either `uname -a` output, or if Windows, version and 32-bit or
64-bit]
* **Country**: [The country from which you called the page. You can found your country here: http://ip-api.com/json/?fields=country]
### Log
<!-- Please enable the log functionality of ClearURLs and copy your log into this table. -->

Binary file not shown.

Binary file not shown.

View File

@@ -20,6 +20,7 @@ getDataFromDisk();
function start(items)
{
initStorage(items);
changeIcon();
/**
* Save OS Version

View File

@@ -63,20 +63,20 @@
"sa=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"dpr=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"btnG=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
"btn[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [
".*(mail\\.google\\.).*(\\/mail\\/u\\/0)\\/.*",
".*(mail\\.google\\.).*(\\/mail\\/u\\/0)\\/.*",
".*(mail\\.google\\.).*(\\/mail\\/u\\/0).*",
".*(google\\.).*(\\/upload)?(\\/drive)\\/.*",
".*(docs\\.google\\.).*\\/.*",
".*(accounts\\.google\\.).*",
".*(google\\.).*\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(hangouts\\.google\\.).*\\/webchat.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(client-channel\\.google\\.).*\\/client-channel.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(google\\.).*\\/complete\\/search\\?client=youtube.*gs_gbg=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(google\\.).*\\/complete\\/search\\?.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(google\\.).*\\/s\\?tbm=map.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(news\\.google\\.).*\\?hl=.*"
".*(news\\.google\\.).*\\?hl=.*",
".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"redirections": [
".*google\\..*\\/.*url\\?.*url=([^&]*)"

View File

@@ -1 +1 @@
ebf585f37a97c528de8465c017db1280283db472c5e66dcf0181821c57434143
63370834b644e5835523e1fd83a79d6b2a761c5b1a98517a5ae174549e90e6c1

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.3.3.16",
"version": "1.3.3.17",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",