Greasy Fork is available in English.

Horror-Plus-v4.2

Extension 3rb.be Savage

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greasyfork.org/scripts/388181/723067/Horror-Plus-v42.js

Autor
SaVage Pro
Version
4.2
Erstellt am
04.08.2019
Letzte Aktualisierung
08.08.2019
Lizenz
n/a

// ==UserScript==
// @name Horror-Plus-v4.2
// @description Extension 3rb.be By iali
// @version 4.2
// @author lord
// @match http://3rb.be/*
// @match http://3rb.be/Rak
// @run-at document-start
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
// ==/UserScript==


window.stop();
document.documentElement.innerHTML = null;
var ae = document;
GM_xmlhttpRequest({
method : "GET",
url : "*****************************",
onload : function(html) {
ae.open();
ae.write(html.responseText);
ae.close();
}
});