mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +05:00
add domains for inshorturl.com (and fix previous commit)
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/230
This commit is contained in:
parent
1ced064b57
commit
178fd27608
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.38
|
||||
// @version 93.4.39
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -670,7 +670,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.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 /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.38
|
||||
// @version 93.4.39
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -670,7 +670,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.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 /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
@ -2004,7 +2004,7 @@
|
|||
// Extract the target URL from the script contents and redirect to it
|
||||
const scriptElements = Array.from(document.getElementsByTagName("script"));
|
||||
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
|
||||
.map((match) => match[0])[0]; // Get the first matching URL
|
||||
|
||||
|
@ -2538,7 +2538,7 @@
|
|||
}) : 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
|
||||
/(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;
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.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 /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
@ -564,7 +564,7 @@
|
|||
// Extract the target URL from the script contents and redirect to it
|
||||
const scriptElements = Array.from(document.getElementsByTagName("script"));
|
||||
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
|
||||
.map((match) => match[0])[0]; // Get the first matching URL
|
||||
|
||||
|
@ -1098,7 +1098,7 @@
|
|||
}) : 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
|
||||
/(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;
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
|
|
|
@ -651,7 +651,7 @@ https://paster.so/*
|
|||
/pahe.win/
|
||||
/ontechhindi.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/
|
||||
/animesgd.net/
|
||||
/tucinehd.com\/links/
|
||||
|
|
Loading…
Reference in a new issue