trolls eat paste

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

// ==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")
    }
})