mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fix loop bug in chrome for veganab.co
This commit is contained in:
parent
bd2896b769
commit
f23e14258e
3 changed files with 3 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @version 91.5.20
|
// @version 91.5.21
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -410,7 +410,6 @@
|
||||||
// @match *://*.airlike.me/*
|
// @match *://*.airlike.me/*
|
||||||
// @match *://*.techhadi.com/*
|
// @match *://*.techhadi.com/*
|
||||||
// @match *://*.zubatecno.com/*
|
// @match *://*.zubatecno.com/*
|
||||||
// @match *://*.veganab.co/*
|
|
||||||
// @match *://*.yosite.net/*
|
// @match *://*.yosite.net/*
|
||||||
// @match *://*.battlechamp.in/*
|
// @match *://*.battlechamp.in/*
|
||||||
// @match *://*.adiskblog.in/*
|
// @match *://*.adiskblog.in/*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @version 91.5.20
|
// @version 91.5.21
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -410,7 +410,6 @@
|
||||||
// @match *://*.airlike.me/*
|
// @match *://*.airlike.me/*
|
||||||
// @match *://*.techhadi.com/*
|
// @match *://*.techhadi.com/*
|
||||||
// @match *://*.zubatecno.com/*
|
// @match *://*.zubatecno.com/*
|
||||||
// @match *://*.veganab.co/*
|
|
||||||
// @match *://*.yosite.net/*
|
// @match *://*.yosite.net/*
|
||||||
// @match *://*.battlechamp.in/*
|
// @match *://*.battlechamp.in/*
|
||||||
// @match *://*.adiskblog.in/*
|
// @match *://*.adiskblog.in/*
|
||||||
|
@ -888,7 +887,7 @@
|
||||||
BloggerPemula('airlike.me', 'link', 'https://get.airlike.me/');
|
BloggerPemula('airlike.me', 'link', 'https://get.airlike.me/');
|
||||||
BloggerPemula('techhadi.com', 'news', 'https://go.tplinks.in/');
|
BloggerPemula('techhadi.com', 'news', 'https://go.tplinks.in/');
|
||||||
BloggerPemula('zubatecno.com', 'link', 'https://go.flyzu.icu/');
|
BloggerPemula('zubatecno.com', 'link', 'https://go.flyzu.icu/');
|
||||||
BloggerPemula('veganab.co', 'link', 'https://techy.veganab.co/');
|
//BloggerPemula('veganab.co', 'link', 'https://techy.veganab.co/');
|
||||||
BloggerPemula('yosite.net', 'link', 'https://loans.yosite.net/');
|
BloggerPemula('yosite.net', 'link', 'https://loans.yosite.net/');
|
||||||
BloggerPemula('battlechamp.in', 'link', 'https://get.exurl.in/');
|
BloggerPemula('battlechamp.in', 'link', 'https://get.exurl.in/');
|
||||||
BloggerPemula('adiskblog.in', 'link', 'https://go.pdiskpro.in/');
|
BloggerPemula('adiskblog.in', 'link', 'https://go.pdiskpro.in/');
|
||||||
|
|
|
@ -393,7 +393,6 @@ quick91.com
|
||||||
airlike.me
|
airlike.me
|
||||||
techhadi.com
|
techhadi.com
|
||||||
zubatecno.com
|
zubatecno.com
|
||||||
veganab.co
|
|
||||||
yosite.net
|
yosite.net
|
||||||
battlechamp.in
|
battlechamp.in
|
||||||
adiskblog.in
|
adiskblog.in
|
||||||
|
|
Loading…
Reference in a new issue