Skip to content

4ndreas87/userChrome.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox62+
  1. Firefox のプロファイルフォルダー内に、『chrome』フォルダーを作成する
  2.  chrome フォルダー内に、『userChrome.css』ファイルを作成する (UTF-8 BOM無しテキスト)
    userChrome.css 内に、以下を追記して保存する

    toolbarbutton#alltabs-button { -moz-binding: url("userChrome.xml#js"); }

   3. chrome フォルダー内に、https://raw.githubusercontent.com/alice0775/userChrome.js/master/userChrome.xml を『userChrome.xml』として保存する
      (ESR60 は https://raw.githubusercontent.com/alice0775/userChrome.js/065b7b4e58f57caad39ee9415762e882802d9f90/userChrome.xml を『userChrome.xml』として保存する)
   4. chrome フォルダー内に、https://raw.githubusercontent.com/alice0775/userChrome.js/master/userChrome.js を『userChrome.js』として保存する
   5. chrome フォルダー内に、userChrome.js用スクリプトを配置する
   6. (任意) 念のためスタートアップキャッシュを消すため
        firefox.exe -purgecaches オプション付きで起動する

免責事項
    でーたのご利用は利用者の責任において行ってください。
    でーたの利用、またはリンク先により生じた損害に対する責任を負いません。
    でーたの利用した事によるいかなる損害も作者は一切の責任を負いません。
    自己の責任の上で使用して下さい。
    でーたを使用することで直接的に利益を生じる使い方をする場合は連絡して下さい。
    要望、不具合はIssueからお願いします。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%