Detect and annotate bullshit
// ==UserScript== // @name Bullshit.js // @namespace http://bullshit.js/ // @version 0.1 // @description Detect and annotate bullshit // @author three // @match *://*/* // @grant none // @require https://unpkg.com/@mourner/[email protected]/bullshit.js // ==/UserScript== (function() { console.log('bullshit.js injected'); })();