add domains for inshorturl.com (and fix previous commit)

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/230
This commit is contained in:
Amm0ni4 2025-02-03 20:08:37 +01:00
parent 1ced064b57
commit 178fd27608
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 93.4.38 // @version 93.4.39
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -670,7 +670,7 @@
// @include /pahe.win/ // @include /pahe.win/
// @include /ontechhindi.com/ // @include /ontechhindi.com/
// @include /thelatintwistcafe.com/ // @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/ // @include /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/ // @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.38 // @version 93.4.39
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -670,7 +670,7 @@
// @include /pahe.win/ // @include /pahe.win/
// @include /ontechhindi.com/ // @include /ontechhindi.com/
// @include /thelatintwistcafe.com/ // @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/ // @include /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/ // @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/
@ -2004,7 +2004,7 @@
// Extract the target URL from the script contents and redirect to it // Extract the target URL from the script contents and redirect to it
const scriptElements = Array.from(document.getElementsByTagName("script")); const scriptElements = Array.from(document.getElementsByTagName("script"));
const matchedUrl = scriptElements const matchedUrl = scriptElements
.map((script) => script.textContent.match(/https:\/\/tech\.unblockedgames\.world\/\?go=pepe-[\w-]+/)) .map((script) => script.textContent.match(/https:\/\/technews\.unblockedgames\.world\/\?go=pepe-[\w-]+/))
.filter((match) => match) // Filter out null values .filter((match) => match) // Filter out null values
.map((match) => match[0])[0]; // Get the first matching URL .map((match) => match[0])[0]; // Get the first matching URL
@ -2538,7 +2538,7 @@
}) : null; }) : null;
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() {
window.count = 0; window.count = 0;
clickIfExists('#tp98'); clickIfExists('#tp98');
clickIfExists('#btn6'); clickIfExists('#btn6');

View file

@ -161,7 +161,7 @@
// @include /pahe.win/ // @include /pahe.win/
// @include /ontechhindi.com/ // @include /ontechhindi.com/
// @include /thelatintwistcafe.com/ // @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/ // @include /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/ // @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/
@ -564,7 +564,7 @@
// Extract the target URL from the script contents and redirect to it // Extract the target URL from the script contents and redirect to it
const scriptElements = Array.from(document.getElementsByTagName("script")); const scriptElements = Array.from(document.getElementsByTagName("script"));
const matchedUrl = scriptElements const matchedUrl = scriptElements
.map((script) => script.textContent.match(/https:\/\/tech\.unblockedgames\.world\/\?go=pepe-[\w-]+/)) .map((script) => script.textContent.match(/https:\/\/technews\.unblockedgames\.world\/\?go=pepe-[\w-]+/))
.filter((match) => match) // Filter out null values .filter((match) => match) // Filter out null values
.map((match) => match[0])[0]; // Get the first matching URL .map((match) => match[0])[0]; // Get the first matching URL
@ -1098,7 +1098,7 @@
}) : null; }) : null;
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() {
window.count = 0; window.count = 0;
clickIfExists('#tp98'); clickIfExists('#tp98');
clickIfExists('#btn6'); clickIfExists('#btn6');

View file

@ -651,7 +651,7 @@ https://paster.so/*
/pahe.win/ /pahe.win/
/ontechhindi.com/ /ontechhindi.com/
/thelatintwistcafe.com/ /thelatintwistcafe.com/
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/ /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/ /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
/animesgd.net/ /animesgd.net/
/tucinehd.com\/links/ /tucinehd.com\/links/