NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MakeFacePunchGreatAgain // @version 0.1.2 // @include https://lab.facepunch.com/* // @include http://lab.facepunch.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @updateURL https://openuserjs.org/meta/no1dead/MakeFacePunchGreatAgain.meta.js // @grant GM_addStyle // ==/UserScript== $("body").append ( ' \ <div id="gmSomeID"> \ <style type="text/css"> \ @import url("https://googledrive.com/host/0B5Bk-Nm3XLWOZ3daMDFhM1lVTDQ"); \ </style> \ </div> \ ' );