Is this what my life has become?
当前为
// ==UserScript== // @name MTF Pandabutt // @version 0.1 // @description Is this what my life has become? // @author You // @match http://mturkforum.com/* // @grant none // @namespace https://greasyfork.org/users/710 // ==/UserScript== document.body.innerHTML = document.body.innerHTML.replace(/panda/g, 'butt');