mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
minor fix
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/197
This commit is contained in:
parent
e6ea6ce12d
commit
19156cead9
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.1.5
|
||||
// @version 93.1.6
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.1.5
|
||||
// @version 93.1.6
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -1791,7 +1791,7 @@
|
|||
|
||||
//leak.sx & pornleaks.in
|
||||
/comohoy.com/.test(url) ? redirect(atob(url.split('?url1=')[1])) : null;
|
||||
/privatenudes.com\/model/ ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null;
|
||||
/privatenudes.com\/model/.test(url) ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null;
|
||||
|
||||
// sexyforums.com
|
||||
/sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1]).replace('amp;', '')) : null;
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
|
||||
//leak.sx & pornleaks.in
|
||||
/comohoy.com/.test(url) ? redirect(atob(url.split('?url1=')[1])) : null;
|
||||
/privatenudes.com\/model/ ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null;
|
||||
/privatenudes.com\/model/.test(url) ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null;
|
||||
|
||||
// sexyforums.com
|
||||
/sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1]).replace('amp;', '')) : null;
|
||||
|
|
Loading…
Reference in a new issue