Changeset 9402
- Timestamp:
- 04/13/08 20:01:48 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/stylechanger.js
r9101 r9402 1 1 /** 2 * stylesheet changer 3 * @author teramako teramako@gmail.com 4 * @license MPL 1.1/GPL 2.0/LGPL 2.1 5 * @see http://d.hatena.ne.jp/teramako/20080405/vimperator_plugin_stylechanger_js 2 * ==VimperatorPlugin== 3 * @name stylesheet changer 4 * @description enable to apply user stylesheets like Stylish 5 * @description-ja Stylishの様にユーザスタイルシートの適用を可能にします 6 * @author teramako teramako@gmail.com 7 * @namespace http://d.hatena.ne.jp/teramako/20080405/vimperator_plugin_stylechanger_js 8 * @license MPL 1.1/GPL 2.0/LGPL 2.1 9 * ==/VimperatorPlugin== 6 10 * 7 11 * Usage: … … 66 70 } 67 71 68 if (!liberator.plugins) liberator.plugins = {}; 69 liberator.plugins['styleSheetsManger@teramako.jp'] = (function(){ 72 liberator.plugins.styleSheetsManger = (function(){ 70 73 var sss = Components.classes['@mozilla.org/content/style-sheet-service;1'].getService(Components.interfaces.nsIStyleSheetService); 71 74 var ios = Components.classes['@mozilla.org/network/io-service;1'].getService(Components.interfaces.nsIIOService);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)