add gatonplayseries.com

This commit is contained in:
Amm0ni4 2025-02-28 19:12:54 +01:00
parent 870b5f2d4d
commit e32cba03e2
5 changed files with 21 additions and 21 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.26
// @version 94.0.27
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -604,7 +604,7 @@
// @include /ontechhindi.com/
// @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi|gujaratalert|mahitimanch|gujmitra).in|(indiamaja|thespotifypremium).com|mtmanagers.pro/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com/
// @include /animesgd.net/
// @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/
@ -670,7 +670,7 @@
// @include /techarmor.xyz/
// @include /get.cloudfam.io/
// @include /monoschinos.club/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/
// @include /subtituladas.org\/enlace/
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
// @include /(mega-enlace|acortados).com/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.26
// @version 94.0.27
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -604,7 +604,7 @@
// @include /ontechhindi.com/
// @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi|gujaratalert|mahitimanch|gujmitra).in|(indiamaja|thespotifypremium).com|mtmanagers.pro/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com/
// @include /animesgd.net/
// @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/
@ -670,7 +670,7 @@
// @include /techarmor.xyz/
// @include /get.cloudfam.io/
// @include /monoschinos.club/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/
// @include /subtituladas.org\/enlace/
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
// @include /(mega-enlace|acortados).com/
@ -1576,9 +1576,9 @@
// pelishd4k.com
/altearnativasa.com\/\#/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0])) : null;
// mayas.travel used in fiuxy2.co
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
// mayas.travel used in fiuxy2.co, gatonplayseries.com
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
// descargasdirecta.com
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 8000)}) : null;
@ -1720,8 +1720,8 @@
redirect(atob(document.querySelector('#wpsafe-link > a').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1].replace(/\\/g, ""));
}) : null;
// serieslandia.com, mega1link.com, peliculas-dvdrip.com
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/.test(url) ? (() => {
// serieslandia.com, mega1link.com, peliculas-dvdrip.com, programasvirtualespc.net
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/.test(url) ? (() => {
redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]));
})() : null;

View file

@ -163,7 +163,7 @@
// @include /ontechhindi.com/
// @include /thelatintwistcafe.com/
// @include /(newshuta|5ghindi|gujaratalert|mahitimanch|gujmitra).in|(indiamaja|thespotifypremium).com|mtmanagers.pro/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com/
// @include /animesgd.net/
// @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/
@ -239,7 +239,7 @@
// @include /techarmor.xyz/
// @include /get.cloudfam.io/
// @include /monoschinos.club/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/
// @include /(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/
// @include /subtituladas.org\/enlace/
// @run-at document-start
// ==/UserScript==
@ -323,9 +323,9 @@
// pelishd4k.com
/altearnativasa.com\/\#/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0])) : null;
// mayas.travel used in fiuxy2.co
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
// mayas.travel used in fiuxy2.co, gatonplayseries.com
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
/(mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
// descargasdirecta.com
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 8000)}) : null;
@ -467,8 +467,8 @@
redirect(atob(document.querySelector('#wpsafe-link > a').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1].replace(/\\/g, ""));
}) : null;
// serieslandia.com, mega1link.com, peliculas-dvdrip.com
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/.test(url) ? (() => {
// serieslandia.com, mega1link.com, peliculas-dvdrip.com, programasvirtualespc.net
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/.test(url) ? (() => {
redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]));
})() : null;

View file

@ -586,7 +586,7 @@ https://paster.so/*
/ontechhindi.com/
/thelatintwistcafe.com/
/(newshuta|5ghindi|gujaratalert|mahitimanch|gujmitra).in|(indiamaja|thespotifypremium).com|mtmanagers.pro/
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org|constanteonline.com/
/animesgd.net/
/tucinehd.com\/links/
/render-state.to\/download\/\?link=/
@ -652,7 +652,7 @@ https://paster.so/*
/techarmor.xyz/
/get.cloudfam.io/
/monoschinos.club/
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click)\/#/
/(pelistop.xyz|tuconstanteonline.com|librolandia.cc|posicionamientoweb.click|dietadisociada.info)\/#/
/subtituladas.org\/enlace/
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
/(mega-enlace|acortados).com/

View file

@ -37,7 +37,7 @@
// @namespace Violentmonkey Scripts
// @run-at document-start
// @author Bloggerpemula
// @version 94.0.26
// @version 94.0.27
// @match *://*/*
// @grant GM_setValue
// @grant GM_getValue