Sledgehammer

This commit is contained in:
Kevin Röbert 2018-01-25 23:03:18 +01:00
parent a799d40029
commit 40ff16762b
2 changed files with 676 additions and 675 deletions

View File

@ -24,7 +24,7 @@ var os;
*/ */
browser.runtime.getPlatformInfo(function(info) { browser.runtime.getPlatformInfo(function(info) {
os = info.os; os = info.os;
});
/** /**
* Initialize the JSON provider object keys. * Initialize the JSON provider object keys.
@ -773,3 +773,4 @@ browser.webRequest.onBeforeRequest.addListener(
{urls: ["<all_urls>"]}, {urls: ["<all_urls>"]},
["blocking"] ["blocking"]
); );
});

View File

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