Skip to content

Instantly share code, notes, and snippets.

@10sr
Created January 14, 2010 06:02
Show Gist options
  • Save 10sr/276934 to your computer and use it in GitHub Desktop.
Save 10sr/276934 to your computer and use it in GitHub Desktop.
cssテンプレforぐりもん
// ==UserScript==
// @name
// @author
// @namespace
// @description css template for greasemonkey
// ==/UserScript==
(function(){
GM_addStyle(<><![CDATA[
/*write css here*/
]]></>);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment