Amm0ni4 2024-07-04 00:26:51 +02:00
parent 5769a89402
commit 24a519f100
4 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.2.20 // @version 92.2.21
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -784,7 +784,7 @@
// @include /www.yitarx.com/ // @include /www.yitarx.com/
// @include /myshrinker.com/ // @include /myshrinker.com/
// @include /thotpacks.xyz/ // @include /thotpacks.xyz/
// @include /linkshortify.in/ // @include /linkshortify.in|lksfy.com/
// @include /tumangasdd.com/ // @include /tumangasdd.com/
// @include /sexyforums.com\/redirect/ // @include /sexyforums.com\/redirect/
// @include /paste.japan-paw.net\/\?v=/ // @include /paste.japan-paw.net\/\?v=/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.2.20 // @version 92.2.21
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -784,7 +784,7 @@
// @include /www.yitarx.com/ // @include /www.yitarx.com/
// @include /myshrinker.com/ // @include /myshrinker.com/
// @include /thotpacks.xyz/ // @include /thotpacks.xyz/
// @include /linkshortify.in/ // @include /linkshortify.in|lksfy.com/
// @include /tumangasdd.com/ // @include /tumangasdd.com/
// @include /sexyforums.com\/redirect/ // @include /sexyforums.com\/redirect/
// @include /paste.japan-paw.net\/\?v=/ // @include /paste.japan-paw.net\/\?v=/
@ -2035,7 +2035,7 @@
// short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363
/short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null;
// multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434 // multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/91
//##Intermediate buttons //##Intermediate buttons
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000)); const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){ if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){
@ -2048,7 +2048,7 @@
//##Final button //##Final button
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button (() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
} }
/linkshortify.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF /linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
// ssrmovies.rent mkvhub.rent hdhub4u.rsvp // ssrmovies.rent mkvhub.rent hdhub4u.rsvp
if (/blogging.techworldx.net|10beasts.biz/.test(url)) { if (/blogging.techworldx.net|10beasts.biz/.test(url)) {

View file

@ -146,7 +146,7 @@
// @include /www.yitarx.com/ // @include /www.yitarx.com/
// @include /myshrinker.com/ // @include /myshrinker.com/
// @include /thotpacks.xyz/ // @include /thotpacks.xyz/
// @include /linkshortify.in/ // @include /linkshortify.in|lksfy.com/
// @include /tumangasdd.com/ // @include /tumangasdd.com/
// @include /sexyforums.com\/redirect/ // @include /sexyforums.com\/redirect/
// @include /paste.japan-paw.net\/\?v=/ // @include /paste.japan-paw.net\/\?v=/
@ -352,7 +352,7 @@
// short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363
/short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null;
// multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434 // multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/91
//##Intermediate buttons //##Intermediate buttons
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000)); const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){ if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){
@ -365,7 +365,7 @@
//##Final button //##Final button
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button (() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
} }
/linkshortify.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF /linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
// ssrmovies.rent mkvhub.rent hdhub4u.rsvp // ssrmovies.rent mkvhub.rent hdhub4u.rsvp
if (/blogging.techworldx.net|10beasts.biz/.test(url)) { if (/blogging.techworldx.net|10beasts.biz/.test(url)) {

View file

@ -764,7 +764,7 @@ https://paster.so/*
/www.yitarx.com/ /www.yitarx.com/
/myshrinker.com/ /myshrinker.com/
/thotpacks.xyz/ /thotpacks.xyz/
/linkshortify.in/ /linkshortify.in|lksfy.com/
/tumangasdd.com/ /tumangasdd.com/
/sexyforums.com\/redirect/ /sexyforums.com\/redirect/
/paste.japan-paw.net\/\?v=/ /paste.japan-paw.net\/\?v=/