Compare commits
13 Commits
v1.3.3.17
...
v1.3.4.0_c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7d0c63f79 | ||
|
|
06b84d7490 | ||
|
|
8c84fa865c | ||
|
|
30a8ac5c47 | ||
|
|
1754370ee5 | ||
|
|
bf6ef0049a | ||
|
|
bba11abc92 | ||
|
|
0dd713cbab | ||
|
|
e9cd5af088 | ||
|
|
2bf4a1e806 | ||
|
|
228015e640 | ||
|
|
7087935918 | ||
|
|
a4312f005c |
@@ -242,5 +242,10 @@
|
|||||||
"error_report_url": {
|
"error_report_url": {
|
||||||
"message": "Es schaut so aus, als ob diese URL schon gemeldet wurde.",
|
"message": "Es schaut so aus, als ob diese URL schon gemeldet wurde.",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"donate_button": {
|
||||||
|
"message": "Eine Spende (Schenkung) für den ClearURLs Urheber.",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -242,5 +242,10 @@
|
|||||||
"error_report_url": {
|
"error_report_url": {
|
||||||
"message": "It seems like this URL has already been reported.",
|
"message": "It seems like this URL has already been reported.",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"donate_button": {
|
||||||
|
"message": "A donation for the ClearURLs creator.",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"log_html_page_title": {
|
"log_html_page_title": {
|
||||||
"message": "Connexion à partir de ClearURLS",
|
"message": "Connexion à partir de ClearURLs",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -154,6 +154,16 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"popup_html_report_button": {
|
||||||
|
"message": "Signaler cette URL",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"popup_html_report_button_title": {
|
||||||
|
"message": "Signaler le dysfonctionnement sur cette URL",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
"core_save_on_disk": {
|
"core_save_on_disk": {
|
||||||
"message": "[ClearURLs]: Sauvegarder sur le disque",
|
"message": "[ClearURLs]: Sauvegarder sur le disque",
|
||||||
"description": ""
|
"description": ""
|
||||||
@@ -217,5 +227,25 @@
|
|||||||
"setting_types_label": {
|
"setting_types_label": {
|
||||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Demande de données (webRequest)</a> (Uniquement si vous maitrisez la programmation)",
|
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Demande de données (webRequest)</a> (Uniquement si vous maitrisez la programmation)",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"setting_report_server_label": {
|
||||||
|
"message": "Serveur pour signaler des URLs",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"success_report_url": {
|
||||||
|
"message": "Nous avons reçu votre signalement. Nous allons vérifier cette URL",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"error_report_url": {
|
||||||
|
"message": "Il semble que cette URL a déjà été signalée",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"donate_button": {
|
||||||
|
"message": "Subventionner le développeur de ClearURLs",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
bin/Chrome/clearurls-1.3.3.18.crx
Normal file
BIN
bin/Chrome/clearurls-1.3.3.18.crx
Normal file
Binary file not shown.
BIN
bin/Chrome/clearurls-1.3.4.0.crx
Normal file
BIN
bin/Chrome/clearurls-1.3.4.0.crx
Normal file
Binary file not shown.
BIN
bin/Firefox/clearurls-1.3.3.18-an+fx.xpi
Normal file
BIN
bin/Firefox/clearurls-1.3.3.18-an+fx.xpi
Normal file
Binary file not shown.
BIN
bin/Firefox/clearurls-1.3.4.0-an+fx.xpi
Normal file
BIN
bin/Firefox/clearurls-1.3.4.0-an+fx.xpi
Normal file
Binary file not shown.
@@ -845,7 +845,7 @@ function initSettings()
|
|||||||
storage.badged_color = "ffa500";
|
storage.badged_color = "ffa500";
|
||||||
storage.hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules.hash";
|
storage.hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules.hash";
|
||||||
storage.ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json";
|
storage.ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json";
|
||||||
storage.types = ["main_frame", "sub_frame", "xmlhttprequest"];
|
storage.types = ["font", "image", "imageset", "main_frame", "media", "object", "object_subrequest", "other", "script", "stylesheet", "sub_frame", "websocket", "xbl", "xml_dtd", "xmlhttprequest", "xslt"];
|
||||||
storage.reportServer = "https://clearurls.xn--rb-fka.it";
|
storage.reportServer = "https://clearurls.xn--rb-fka.it";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -208,6 +208,7 @@ function setText()
|
|||||||
injectText('configs_head','popup_html_configs_head');
|
injectText('configs_head','popup_html_configs_head');
|
||||||
injectText('configs_switch_statistics','configs_switch_statistics');
|
injectText('configs_switch_statistics','configs_switch_statistics');
|
||||||
injectText('reportButton', 'popup_html_report_button', true);
|
injectText('reportButton', 'popup_html_report_button', true);
|
||||||
|
$('#donate').prop('title', translate('donate_button'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
10
css/core.css
10
css/core.css
@@ -14,3 +14,13 @@ body {
|
|||||||
.col-sm-1 {
|
.col-sm-1 {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#donate {
|
||||||
|
transition: 0.3s;
|
||||||
|
opacity: 0.8;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#donate:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|||||||
@@ -186,8 +186,8 @@
|
|||||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"hc_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"[a-zA-Z]*ref[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"
|
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
63370834b644e5835523e1fd83a79d6b2a761c5b1a98517a5ae174549e90e6c1
|
90817dd44464af4bf7313e987e455e052501fe4e3c8b088934e65e75964f58a5
|
||||||
|
|||||||
@@ -28,12 +28,14 @@
|
|||||||
</span><br />
|
</span><br />
|
||||||
<span class="label label-warning pull-left small-version"
|
<span class="label label-warning pull-left small-version"
|
||||||
id="version"></span>
|
id="version"></span>
|
||||||
|
<a id="donate" target="_blank" href="https://www.paypal.me/KevinRoebert">
|
||||||
|
<span class="pull-right glyphicon glyphicon-heart"></span>
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="incognito" style="display:none;">
|
<div class="row" id="incognito" style="display:none;">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-1">
|
||||||
<b class="text-justify word-wrap" style="color: #FF7800;">
|
<b class="text-justify word-wrap" style="color: #FF7800;">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "ClearURLs",
|
"name": "ClearURLs",
|
||||||
"version": "1.3.3.17",
|
"version": "1.3.4.0",
|
||||||
"author": "Kevin R.",
|
"author": "Kevin R.",
|
||||||
"description": "Remove tracking elements form URLs.",
|
"description": "Remove tracking elements form URLs.",
|
||||||
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
||||||
|
|||||||
BIN
promotion/ClearURLs 10k downloads.jpg
Normal file
BIN
promotion/ClearURLs 10k downloads.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
promotion/ClearURLs 10k downloads.png
Normal file
BIN
promotion/ClearURLs 10k downloads.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
505
promotion/ClearURLs 10k downloads.svg
Normal file
505
promotion/ClearURLs 10k downloads.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 890 KiB |
Reference in New Issue
Block a user