Multi-script Para TMO

Quiero Ver Mi MANGA!!!!

11.04.2023 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name Multi-script Para TMO
// @namespace Mother Of Mangas
// @version 2.9.7.5
// @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 *://*animalsside.com/*
// @match *://*animation2you.com/*
// @match *://*animationforyou.com/*
// @match *://*anisurion.com/*
// @match *://*anitirion.com/*
// @match *://*anitoc.com/*
// @match *://*cook2love.com/*
// @match *://*cooker2love.com/*
// @match *://*cookermania.com/*
// @match *://*cookernice.com/*
// @match *://*cookerready.com/*
// @match *://*dariusmotor.com/*
// @match *://*enginepassion.com/*
// @match *://*fanaticmanga.com/*
// @match *://*gamesnk.com/*
// @match *://*gamesxo.com/*
// @match *://*infogames2you.com/*
// @match *://*infopetworld.com/*
// @match *://*keepfooding.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 *://*otakunice.com/*
// @match *://*otakuworldgames.com/*
// @match *://*otakworld.com/*
// @match *://*paleomotor.com/*
// @match *://*recetchef.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