2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mozilla Firefox にプロ生ちゃんを召喚する方法。

Posted at

Mozilla Firefox にプロ生ちゃんを召喚する方法。

here.JPG

用意するもの

1.プロ生ちゃんの立ち絵画像

公式の立ち絵データはこちらから。
http://pronama.azurewebsites.net/pronama/download/

2.Firefox

Mozilla Firefox
https://www.mozilla.org/ja/firefox/new/

3.Stylish

Stylish :: Add-ons for Firefox
https://addons.mozilla.org/ja/firefox/addon/stylish/?src=search

書きます。

1.まず、Firefoxを起動し、Stylishをインストールします(多分Firefox再起動を要求されます)。
Sty.JPG

2.次に、プロ生ちゃんを召喚させたいFirefoxのabout系列ページを開きます。
ここではオプション画面にします。

3.メニューから、Stylishを探し出し、【新しくスタイルを書く】->【このURL専用】と進む。
Editor.JPG

  1. 以下のコードをコピーandペースト(file://path/to/fileにプロ生ちゃんの画像のファイルパスを書く)。

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url("about:preferences") {

.main-content{
background-image: url("file://path/to/file");
background-size: 40%;
background-repeat: no-repeat;
background-position: right bottom;
}
}

5.タイトルを付けて、保存をクリック。

###おしまい。

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?