Change to gitlab

Change all references to GitLab. If you still want to get the latest rule files, either reset your settings in version 1.2.2.9 or manually set the URLs to hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules. hash " und
ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json";
This commit is contained in:
Kevin Röbert 2018-06-06 18:42:59 +02:00
parent 8055d5be53
commit bf5cf62711
3 changed files with 11 additions and 10 deletions

View File

@ -794,8 +794,8 @@ function initSettings()
storage.log = {"log": []};
storage.statisticsStatus = true;
storage.badged_color = "ffa500";
storage.hashURL = "https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/rules.hash?flush_cache=true";
storage.ruleURL = "https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json?flush_cache=true";
storage.hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules.hash";
storage.ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json";
}
/**

View File

@ -1,10 +1,10 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.2.2.8",
"version": "1.2.2.9",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
"default_locale": "en",
"applications": {
"gecko": {

View File

@ -5,19 +5,19 @@
"contributors": [
{
"name": "Kevin R.",
"email": "clearurls@kevinroebert.de",
"email": "clearurls_1@kevinroebert.de",
"web": "https://gitlab.com/KevinRoebert"
},
{
"name": "Arne",
"email": "",
"web": "https://github.com/astaar"
"email": "clearurls_1@kevinroebert.de",
"web": "https://gitlab.com/astaar"
}
],
"maintainers": [
{
"name": "Kevin R.",
"email": "clearurls@kevinroebert.de",
"email": "clearurls_1@kevinroebert.de",
"web": "https://gitlab.com/KevinRoebert"
}
],
@ -25,10 +25,11 @@
"twbs/bootstrap": "3.3.7",
"jquery/jquery": "3.2.1",
"orsozed/sha256.jquery.plugin": "1.0",
"DataTables/DataTables": "1.10.16"
"DataTables/DataTables": "1.10.16",
"lauren/pick-a-color": "1.2.3"
},
"bugs": {
"web": "https://github.com/KevinRoebert/ClearUrls/issues/new"
"web": "https://gitlab.com/KevinRoebert/ClearUrls/issues/new"
},
"licenses": [
{