// ==UserScript== // @name xyzfix // @namespace braavos // @description comic-sans-buster // @include http://poe.xyz.is/* // ==/UserScript== function nou() { $("body,h1,h2,h3,h4,h5,h6").css("font-family", "Sans-serif"); } $(document).ready(setTimeout(nou, 1));