Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
remove old rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Apr 21, 2019
1 parent b6390fc commit 8ea6b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -2406,23 +2406,6 @@ if (a.domCmp(["gp.se", "bohuslaningen.se", "hallandsposten.se", "hn.se", "stroms
};
});
}
if (a.domCmp(["kbb.com"])) {
a.inject(() => {
"use strict";
const v = window.Object.freeze({
init() { },
start() { },
});
window.KBB = {};
window.Object.defineProperty(window.KBB, "Abb", {
configurable: false,
set() { },
get() {
return v;
},
});
});
}
if (a.domCmp(["booogle.net", "nsspot.net"])) {
a.readOnly("gadb", false);
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "15.0.0.133",
"version": "15.0.0.134",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 8ea6b01

Please sign in to comment.