// ==UserScript== // @name Google Card-Style UI // @description Greatly Beautify Google UI! // @author Fei Sun // @version 1.0.0 // @include http://*google.com/* // @include https://*google.com/* // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue // @grant GM_xmlhttpRequest // @namespace https://greasyfork.org/users/35010 // @downloadURL none // ==/UserScript== var cssblock=document.createElement("div"); /*jshint multistr: true */ var csstext=""; cssblock.innerHTML=csstext; document.body.appendChild(cssblock);