Changeset 9402

Show
Ignore:
Timestamp:
04/13/08 20:01:48 (5 years ago)
Author:
teramako
Message:

lang/javascript/vimperator-plugins/trunk/stylechanger.js:
・liberator.plugins.styleSheetsMangerへオブジェクト名を変更
・その他

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/stylechanger.js

    r9101 r9402  
    11/** 
    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== 
    610 * 
    711 * Usage: 
     
    6670} 
    6771 
    68 if (!liberator.plugins) liberator.plugins = {}; 
    69 liberator.plugins['styleSheetsManger@teramako.jp'] = (function(){ 
     72liberator.plugins.styleSheetsManger = (function(){ 
    7073        var sss = Components.classes['@mozilla.org/content/style-sheet-service;1'].getService(Components.interfaces.nsIStyleSheetService); 
    7174        var ios = Components.classes['@mozilla.org/network/io-service;1'].getService(Components.interfaces.nsIIOService);