mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add shrinkforearn domain
This commit is contained in:
parent
969c11a809
commit
4d52445514
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9
|
||||
// @version 92.9.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -585,7 +585,7 @@
|
|||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9
|
||||
// @version 92.9.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -585,7 +585,7 @@
|
|||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -2048,7 +2048,7 @@
|
|||
// https://shrinkforearn.xyz/vAs1ikmO - leechpremium.link
|
||||
// https://www.reddit.com/r/uBlockOrigin/comments/1g50rur/unable_to_bypass_this_shortlink/
|
||||
const clickWithDelay = (selector, delay) => { setTimeout(function() { document.querySelector(selector).click(); }, delay); };
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/.test(url)) {
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/.test(url)) {
|
||||
afterDOMLoaded(function() {
|
||||
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
||||
clickWithDelay('#bottomButton', 0);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -497,7 +497,7 @@
|
|||
// https://shrinkforearn.xyz/vAs1ikmO - leechpremium.link
|
||||
// https://www.reddit.com/r/uBlockOrigin/comments/1g50rur/unable_to_bypass_this_shortlink/
|
||||
const clickWithDelay = (selector, delay) => { setTimeout(function() { document.querySelector(selector).click(); }, delay); };
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/.test(url)) {
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/.test(url)) {
|
||||
afterDOMLoaded(function() {
|
||||
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
||||
clickWithDelay('#bottomButton', 0);
|
||||
|
|
|
@ -566,7 +566,7 @@ https://paster.so/*
|
|||
/dropgalaxy.(com|co)\/drive/
|
||||
/short-ly.co/
|
||||
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||
/blogging.techworldx.net|10beasts.biz/
|
||||
/starsddl.me\/short/
|
||||
/tech.unblockedgames.world/
|
||||
|
|
Loading…
Reference in a new issue