您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Quiero Ver Mi MANGA!!!!
当前为
// ==UserScript==
// @name Multi-script Para TMO
// @namespace Mother Of Mangas
// @version 1.3
// @description Quiero Ver Mi MANGA!!!!
// @author RhoAias
// @updateURL https://github.com/IRhoAias/TMO-Script-Redirect-replace/blob/main/Multi-script.user.js
// @downloadURL hhttps://github.com/IRhoAias/TMO-Script-Redirect-replace/blob/main/Multi-script.user.js
// @include *
// @connect *
// @grant GM.getResourceUrl
// @grant GM_xmlhttpRequest
// @grant GM_getResourceURL
// ==/UserScript==
if (window.top !== window.self) // No Corre en 2do plano
return;
var currentURL = location.href;
// ### cook2love.com/news...
if (currentURL.match("cook2love.com/news")) {
location.href = location.href.replace("cook2love.com/news", "lectortmo.com/viewer");
};
// ### wtechnews.com/news...
if (currentURL.match("wtechnews.com/news")) {
location.href = location.href.replace("wtechnews.com/news", "lectortmo.com/viewer");
};
// ### animationforyou.com/news...
if (currentURL.match("animationforyou.com/news")) {
location.href = location.href.replace("animationforyou.com/news", "lectortmo.com/viewer");
};
// ### animalcanine.com/news...
if (currentURL.match("animalcanine.com/news")) {
location.href = location.href.replace("animalcanine.com/news", "lectortmo.com/viewer");
};
// ### gamesnk.com/news...
if (currentURL.match("gamesnk.com/news")) {
location.href = location.href.replace("gamesnk.com/news", "lectortmo.com/viewer");
};
// ### otakuworldgames.com/news...
if (currentURL.match("otakuworldgames.com/news")) {
location.href = location.href.replace("otakuworldgames.com/news", "lectortmo.com/viewer");
};
// ### enginepassion.com/news...
if (currentURL.match("enginepassion.com/news")) {
location.href = location.href.replace("enginepassion.com/news", "lectortmo.com/viewer");
};
// ### mangalong.com/news...
if (currentURL.match("mangalong.com/news")) {
location.href = location.href.replace("mangalong.com/news", "lectortmo.com/viewer");
};
// end of script