mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-14 15:03:47 +05:00
make the script not run on tiktokcounter.net and a couple other previously disabled sites
This commit is contained in:
parent
f9dd0429dc
commit
459e9fa824
4 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
import re
|
||||
|
||||
def extract_regex_from_js(js_code):
|
||||
pattern1 = r'(?<!//)BypassedByBloggerPemula\((.*?),'
|
||||
pattern1 = r'(?<!//)(?<!/\*)BypassedByBloggerPemula\((.*?),'
|
||||
matches1 = re.findall(pattern1, js_code)
|
||||
matches1 = [match.strip('/') for match in matches1]
|
||||
|
||||
|
|
|
@ -220,7 +220,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?((chooyomi|blogmado|kredilerim|insuranceleadsinfo).com)(\/.*)/
|
||||
// @match *://*.kiktu.com/*
|
||||
// @match *://*.fexkomin.xyz/*
|
||||
// @include /^(https?:\/\/)(.+)?(quesignifi.ca|tiktokcounter.net)(\/.*)/
|
||||
// @match *://*.100puan.com/*
|
||||
// @match *://*.sub2get.com/*
|
||||
// @match *://*.forexrw7.com/*
|
||||
|
@ -319,7 +318,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?(web1s.co|web1s.info|app.covemarkets.com)(\/.*)/
|
||||
// @match *://*.suaurl.com/*
|
||||
// @match *://*.letsboost.net/*
|
||||
// @match *://*.web1s.asia/*
|
||||
// @include /^(https?:\/\/)(.+)?((hookeaudio|pennbookcenter|publicananker|fun88bk).com|fun88.info.vn)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?(stfly.cc|stfly.xyz|(techtrendmakers|gadnest).com|(blogbux|blogesque|exploreera).net)(\/.*)/
|
||||
// @match *://*.coins-town.com/*
|
||||
|
|
|
@ -220,7 +220,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?((chooyomi|blogmado|kredilerim|insuranceleadsinfo).com)(\/.*)/
|
||||
// @match *://*.kiktu.com/*
|
||||
// @match *://*.fexkomin.xyz/*
|
||||
// @include /^(https?:\/\/)(.+)?(quesignifi.ca|tiktokcounter.net)(\/.*)/
|
||||
// @match *://*.100puan.com/*
|
||||
// @match *://*.sub2get.com/*
|
||||
// @match *://*.forexrw7.com/*
|
||||
|
@ -319,7 +318,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?(web1s.co|web1s.info|app.covemarkets.com)(\/.*)/
|
||||
// @match *://*.suaurl.com/*
|
||||
// @match *://*.letsboost.net/*
|
||||
// @match *://*.web1s.asia/*
|
||||
// @include /^(https?:\/\/)(.+)?((hookeaudio|pennbookcenter|publicananker|fun88bk).com|fun88.info.vn)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?(stfly.cc|stfly.xyz|(techtrendmakers|gadnest).com|(blogbux|blogesque|exploreera).net)(\/.*)/
|
||||
// @match *://*.coins-town.com/*
|
||||
|
|
|
@ -203,7 +203,6 @@ techmny.com|unblockedgames.world
|
|||
(chooyomi|blogmado|kredilerim|insuranceleadsinfo).com
|
||||
kiktu.com
|
||||
fexkomin.xyz
|
||||
quesignifi.ca|tiktokcounter.net
|
||||
100puan.com
|
||||
sub2get.com
|
||||
forexrw7.com
|
||||
|
@ -302,7 +301,6 @@ traffic1s.com
|
|||
web1s.co|web1s.info|app.covemarkets.com
|
||||
suaurl.com
|
||||
letsboost.net
|
||||
web1s.asia
|
||||
(hookeaudio|pennbookcenter|publicananker|fun88bk).com|fun88.info.vn
|
||||
stfly.cc|stfly.xyz|(techtrendmakers|gadnest).com|(blogbux|blogesque|exploreera).net
|
||||
coins-town.com
|
||||
|
|
Loading…
Reference in a new issue