mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 06:35:37 +07:00
Compare commits
8 Commits
v1.3.3.17
...
v1.3.3.17_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf6ef0049a | ||
|
|
bba11abc92 | ||
|
|
0dd713cbab | ||
|
|
e9cd5af088 | ||
|
|
2bf4a1e806 | ||
|
|
228015e640 | ||
|
|
7087935918 | ||
|
|
a4312f005c |
@@ -242,5 +242,10 @@
|
||||
"error_report_url": {
|
||||
"message": "Es schaut so aus, als ob diese URL schon gemeldet wurde.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"donate_button": {
|
||||
"message": "Eine Spende (Schenkung) für den ClearURLs Urheber.",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,5 +242,10 @@
|
||||
"error_report_url": {
|
||||
"message": "It seems like this URL has already been reported.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"donate_button": {
|
||||
"message": "A donation for the ClearURLs creator.",
|
||||
"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/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.
@@ -208,6 +208,7 @@ function setText()
|
||||
injectText('configs_head','popup_html_configs_head');
|
||||
injectText('configs_switch_statistics','configs_switch_statistics');
|
||||
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 {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#donate {
|
||||
transition: 0.3s;
|
||||
opacity: 0.8;
|
||||
color: red;
|
||||
}
|
||||
|
||||
#donate:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||
"hc_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||
"ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": [
|
||||
|
||||
@@ -1 +1 @@
|
||||
63370834b644e5835523e1fd83a79d6b2a761c5b1a98517a5ae174549e90e6c1
|
||||
a95e87aada0aa139767457391cfbfb7480638dd29b5872f97030844a9eb69db6
|
||||
|
||||
@@ -28,12 +28,14 @@
|
||||
</span><br />
|
||||
<span class="label label-warning pull-left small-version"
|
||||
id="version"></span>
|
||||
<a id="donate" target="_blank" href="https://www.paypal.me/KevinRoebert">
|
||||
<span class="pull-right glyphicon glyphicon-heart"></span>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="row" id="incognito" style="display:none;">
|
||||
<div class="col-sm-1">
|
||||
<b class="text-justify word-wrap" style="color: #FF7800;">
|
||||
|
||||
BIN
img/ClearURLs 10k downloads.jpg
Normal file
BIN
img/ClearURLs 10k downloads.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
img/ClearURLs 10k downloads.png
Normal file
BIN
img/ClearURLs 10k downloads.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
505
img/ClearURLs 10k downloads.svg
Normal file
505
img/ClearURLs 10k downloads.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 890 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "ClearURLs",
|
||||
"version": "1.3.3.17",
|
||||
"version": "1.3.3.18",
|
||||
"author": "Kevin R.",
|
||||
"description": "Remove tracking elements form URLs.",
|
||||
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
||||
|
||||
Reference in New Issue
Block a user