Greasy Fork is available in English.

htmp

htm

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/448906/1077566/htmp.js

function htm(p) {
    var key = CryptoJS.enc.Utf8.parse("5a8f3244786ea9b8");
    var decrypt = CryptoJS.AES.decrypt(p, key, {
        mode: CryptoJS.mode.ECB,
        padding: CryptoJS.pad.Pkcs7
    });
    return CryptoJS.enc.Utf8.stringify(decrypt).toString()
}