mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add shrtbr domain
This commit is contained in:
parent
11ed5f158d
commit
195d2dc414
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.4
|
||||
// @version 92.9.5
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -740,7 +740,7 @@
|
|||
// @include /www.saferoms.com\/\?go=/
|
||||
// @include /hdpastes.com\/\?v=/
|
||||
// @include /shrinkforearn.in/
|
||||
// @include /encurtads.net/
|
||||
// @include /encurtads.net|financacerta.com/
|
||||
// @include /shrtbr.com/
|
||||
// @include /dramaday.me\/[^\/]+\/$/
|
||||
// @include /mobilenagari.com|defencewallah.in/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.4
|
||||
// @version 92.9.5
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -740,7 +740,7 @@
|
|||
// @include /www.saferoms.com\/\?go=/
|
||||
// @include /hdpastes.com\/\?v=/
|
||||
// @include /shrinkforearn.in/
|
||||
// @include /encurtads.net/
|
||||
// @include /encurtads.net|financacerta.com/
|
||||
// @include /shrtbr.com/
|
||||
// @include /dramaday.me\/[^\/]+\/$/
|
||||
// @include /mobilenagari.com|defencewallah.in/
|
||||
|
@ -2588,7 +2588,7 @@
|
|||
/hdpastes.com\/\?v=/.test(url) ? afterDOMLoaded(function() {clickIfRecaptchaSolved('.btn-success');}) : null;
|
||||
|
||||
// shrtbr.com/aaNEJEXp - t.me/xred2 - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/122
|
||||
/encurtads.net/.test(url) ? afterDOMLoaded(function() { redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);}) : null;
|
||||
/encurtads.net|financacerta.com/.test(url) ? afterDOMLoaded(function() { redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);}) : null;
|
||||
/shrtbr.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.get-link.btn.btn-lg.btn-success:not(.disabled):not(div.banner:nth-child(4) > div:nth-child(1) > a:nth-child(1))');}) : null;
|
||||
|
||||
// https://f.technicalatg.in/6iTpuM1 - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10954732
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
// @include /www.saferoms.com\/\?go=/
|
||||
// @include /hdpastes.com\/\?v=/
|
||||
// @include /shrinkforearn.in/
|
||||
// @include /encurtads.net/
|
||||
// @include /encurtads.net|financacerta.com/
|
||||
// @include /shrtbr.com/
|
||||
// @include /dramaday.me\/[^\/]+\/$/
|
||||
// @match https://fitdynamos.com/*
|
||||
|
@ -1037,7 +1037,7 @@
|
|||
/hdpastes.com\/\?v=/.test(url) ? afterDOMLoaded(function() {clickIfRecaptchaSolved('.btn-success');}) : null;
|
||||
|
||||
// shrtbr.com/aaNEJEXp - t.me/xred2 - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/122
|
||||
/encurtads.net/.test(url) ? afterDOMLoaded(function() { redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);}) : null;
|
||||
/encurtads.net|financacerta.com/.test(url) ? afterDOMLoaded(function() { redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);}) : null;
|
||||
/shrtbr.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.get-link.btn.btn-lg.btn-success:not(.disabled):not(div.banner:nth-child(4) > div:nth-child(1) > a:nth-child(1))');}) : null;
|
||||
|
||||
// https://f.technicalatg.in/6iTpuM1 - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10954732
|
||||
|
|
|
@ -721,7 +721,7 @@ https://paster.so/*
|
|||
/www.saferoms.com\/\?go=/
|
||||
/hdpastes.com\/\?v=/
|
||||
/shrinkforearn.in/
|
||||
/encurtads.net/
|
||||
/encurtads.net|financacerta.com/
|
||||
/shrtbr.com/
|
||||
/dramaday.me\/[^\/]+\/$/
|
||||
/mobilenagari.com|defencewallah.in/
|
||||
|
|
Loading…
Reference in a new issue