trolls eat paste

Make trolls on techdirt sound more intelligent. Based on a suggestion by G Thompson on techdirt

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         trolls eat paste
// @version      0.1
// @description  Make trolls on techdirt sound more intelligent. Based on a suggestion by G Thompson on techdirt
// @author       midraal
// @match        https://www.techdirt.com/*
// @grant        none
// @namespace https://greasyfork.org/users/6146
// ==/UserScript==

$j(".cbody").each(function(comment){
    if($j(this).text().toLowerCase()=="mike masnick just hates it when copyright law is enforced."){
        $j(this).text("I like to eat Paste, I like to eat paste")
    }
})