您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Quiero Ver Mi MANGA!!!!
当前为
// ==UserScript== // @name Multi-script Para TMO // @namespace Mother Of Mangas // @version 2.11.63 // @description Quiero Ver Mi MANGA!!!! // @author IRhoAias // @connect * // @grant GM.getResourceUrl // @grant GM_xmlhttpRequest // @grant GM_getResourceURL // @license GPL3 Copyright IRhoAias // @match *://*lectortmo.com* // @exclude *://*lectortmo.com* // @exclude *://*lectortmo.com/viewer/* // @exclude *://*lectortmo.com/view_uploads/* // @match *://*almtechnews.com/news/* // @match *://*animalcanine.com/news/* // @match *://*animalslegacy.com/news/* // @match *://*animalsside.com/news/* // @match *://*animation2you.com/news/* // @match *://*animationforyou.com/news/* // @match *://*anisurion.com/news/* // @match *://*anitirion.com/news/* // @match *://*anitoc.com/news/* // @match *://*checkingcars.com/news/* // @match *://*cocinaconlupita.com/news/* // @match *://*cocinarporelmundo.com/news/* // @match *://*cook2love.com/news/* // @match *://*cooker2love.com/news/* // @match *://*cookermania.com/news/* // @match *://*cookernice.com/news/* // @match *://*cookerready.com/news/* // @match *://*dariusmotor.com/news/* // @match *://*disfrutacocina.com/news/* // @match *://*enginepassion.com/news/* // @match *://*fanaticmanga.com/news/* // @match *://*feelthecook.com/news/* // @match *://*fitfooders.com/news/* // @match *://*gamesnk.com/news/* // @match *://*gamesxo.com/news/* // @match *://*infogames2you.com/news/* // @match *://*infopetworld.com/news/* // @match *://*keepfooding.com/news/* // @match *://*mangalong.com/news/* // @match *://*mistermanga.com/news/* // @match *://*motorbakery.com/news/* // @match *://*motoroilblood.com/news/* // @match *://*motornk.com/new/* // @match *://*motorpi.com/news/* // @match *://*mygamesinfo.com/news/* // @match *://*mynewsrecipes.com/news/* // @match *://*myotakuinfo.com/news/* // @match *://*otakunice.com/news/* // @match *://*otakuworldgames.com/news/* // @match *://*otakworld.com/news/* // @match *://*paleomotor.com/news/* // @match *://*recetasdelupita.com/news/* // @match *://*recetaspaises.com/news/* // @match *://*recetasviaje.com/news/* // @match *://*recetchef.com/news/* // @match *://*recipesandcooker.com/news/* // @match *://*recipesaniki.com/news/* // @match *://*recipescoaching.com/news/* // @match *://*recipesdo.com/news/* // @match *://*recipesist.com/news/* // @match *://*recipesnk.com/news/* // @match *://*releasingcars.com/news/* // @match *://*sucrecipes.com/news/* // @match *://*techinroll.com/news/* // @match *://*vgmotor.com/news/* // @match *://*vsrecipes.com/news/* // @match *://*worldmangas.com/news/* // @match *://*worldrecipesu.com/news/* // @match *://*wtechnews.com/news/* // @run-at document-start // ==/UserScript== if (window.top !== window.self) //Corre en 2do plano return; location.href = location.href.replace(`${location.host}/news`, "lectortmo.com/viewer") // end of script