New Addon version and 10k downloads :)
This commit is contained in:
parent
7087935918
commit
228015e640
|
@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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;">
|
||||||
|
|
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,
|
"manifest_version": 2,
|
||||||
"name": "ClearURLs",
|
"name": "ClearURLs",
|
||||||
"version": "1.3.3.17",
|
"version": "1.3.3.18",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user