Move <script regex to the "script" section (#2553)

main
jvoisin 6 years ago committed by Elbert Alias
parent 655261781f
commit 243c33cd17

@ -1318,7 +1318,7 @@
"cats": [
32
],
"html": "<script[^>]*>[^>]+\\.src\\s*=\\s*['\"](?:https?:)?//tag\\.bounceexchange\\.com/",
"script": "//tag\\.bounceexchange\\.com/",
"icon": "Bounce Exchange.svg",
"js": {
"bouncex": ""
@ -1442,7 +1442,7 @@
"cats": [
36
],
"html": "<script[^>]*>[^<]+?bsa\\.src\\s*=\\s*['\"](?:https?:)?\\/{2}\\w\\d\\.buysellads\\.com\\/[\\w\\d\\/]+?bsa\\.js['\"]",
"script": "\\.buysellads\\.com/",
"icon": "BuySellAds.png",
"js": {
"_bsa": "",
@ -9943,7 +9943,6 @@
"cats": [
36
],
"html": "<script[^>]+>var titan",
"icon": "Titan.png",
"js": {
"titan": "",

Loading…
Cancel
Save