mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add shrinkforearn missing domain
https://www.reddit.com/r/uBlockOrigin/comments/1g50rur/unable_to_bypass_this_shortlink/
This commit is contained in:
parent
63edb33ced
commit
8e9f4e3579
4 changed files with 10 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8.30
|
||||
// @version 92.8.31
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -579,7 +579,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/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @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.8.30
|
||||
// @version 92.8.31
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -579,7 +579,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/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -1967,8 +1967,9 @@
|
|||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||
// 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/.test(url)) {
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/.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/
|
||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -475,8 +475,9 @@
|
|||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||
// 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/.test(url)) {
|
||||
if (/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/.test(url)) {
|
||||
afterDOMLoaded(function() {
|
||||
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
||||
clickWithDelay('#bottomButton', 0);
|
||||
|
|
|
@ -559,7 +559,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/
|
||||
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in/
|
||||
/blogging.techworldx.net|10beasts.biz/
|
||||
/starsddl.me\/short/
|
||||
/tech.unblockedgames.world/
|
||||
|
|
Loading…
Reference in a new issue