Multi-script Para TMO

Quiero Ver Mi MANGA!!!!

2023-03-22 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name Multi-script Para TMO
// @namespace Mother Of Mangas
// @version 2.9.4
// @description Quiero Ver Mi MANGA!!!!
// @author IRhoAias
// @connect        *
// @grant          GM.getResourceUrl
// @grant          GM_xmlhttpRequest
// @grant          GM_getResourceURL
// @license MIT
// @match *://*lectortmo.com/*
// @exclude *://*lectortmo.com/*
// @exclude *://*lectortmo.com/viewer/*
// @match *://*almtechnews.com/*
// @match *://*animalcanine.com/*
// @match *://*animalslegacy.com/*
// @match *://*animation2you.com/*
// @match *://*animationforyou.com/*
// @match *://*anitoc.com/*
// @match *://*cook2love.com/*
// @match *://*cooker2love.com/*
// @match *://*cookermania.com/*
// @match *://*cookerready.com/*
// @match *://*dariusmotor.com/*
// @match *://*enginepassion.com/*
// @match *://*fanaticmanga.com/*
// @match *://*gamesnk.com/*
// @match *://*infogames2you.com/*
// @match *://*infopetworld.com/*
// @match *://*mangalong.com/*
// @match *://*mistermanga.com/*
// @match *://*motorbakery.com/*
// @match *://*motornk.com/*
// @match *://*motorpi.com/*
// @match *://*mygamesinfo.com/*
// @match *://*mynewsrecipes.com/*
// @match *://*myotakuinfo.com/*
// @match *://*otakuworldgames.com/*
// @match *://*otakworld.com/*
// @match *://*paleomotor.com/*
// @match *://*recipesaniki.com/*
// @match *://*recipescoaching.com/*
// @match *://*recipesdo.com/*
// @match *://*recipesist.com/*
// @match *://*recipesnk.com/*
// @match *://*sucrecipes.com/*
// @match *://*vgmotor.com/*
// @match *://*vsrecipes.com/*
// @match *://*worldmangas.com/*
// @match *://*wtechnews.com/*
// @run-at       document-start
// @noframes
// ==/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