Paste

Author: Anonymous 98cshl

Expire: Never

// ==UserScript== // @name Text Replacer for 'Studie' // @namespace http://tampermonkey.net/ // @version 1.0 // @description Replace 'Studie' with 'wahrscheinlich reduktionistischer Bullshit zu Werbezwecken' // @author Your Name // @match *://*/* // @grant none // ==/UserScript== (function() { 'use strict'; document.body.innerHTML = document.body.innerHTML.replace(/\bStudie\b/gi, 'wahrscheinlich reduktionistischer Bullshit zu Werbezwecken'); })();

Attached Files

7/27/2024

JavaScript is not enabled in your browser. Most features and paste content is missing . Switch to full experience by editing url from /nojs/[link] to /share/[link]