Skip to content

Commit d92db9e

Browse files
committed
Update README.md
1 parent 9197203 commit d92db9e

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,20 @@ Usage
2424

2525
### Setting
2626

27-
Pluginをインストールすると、管理者メニューに"View customize"が追加されます。
28-
29-
Addにより、新規設定を追加します。
30-
31-
Path patternには、JavaScriptまたはStyleSheetを埋め込みたいパスのパターン(正規表現)を入力します。
32-
33-
埋め込みたいJavaScriptまたはCSSを入力します。
34-
35-
パスに一致すると、JavaScrptまたはStyleSheetが埋め込まれ、画面表示が変更されます。
36-
27+
1. After you install the Plugin, "View customize" the administrator menu is added.
28+
![Screenshot of admin menu](screenshots/admin.png)
29+
![Screenshot of list](screenshots/list_new.png)
30+
2. Add a new setting.
31+
![Screenshot of new](screenshots/new.png)
32+
3. Path pattern is specified with a regular expression. (ex. /issues/[0-9]+)
33+
If there is a match with the path of the page, the code(JavaScript/StyleSheet) is executed.
34+
![Screenshot of new path pattern](screenshots/new_pathpattern.png)
35+
4. Input code.
36+
![Screenshot of new JavaScript](screenshots/new_javascript.png)
37+
![Screenshot of new StyleSheet](screenshots/new_stylesheet.png)
38+
5. Matches the path, StyleSheet or JavaScrpt is embedded, the screen display is changed.
39+
![Screenshot of view JavaScript](screenshots/view_javascript.png)
40+
![Screenshot of view StyleSheet](screenshots/view_stylesheet.png)
3741

3842
Supported versions
3943
------------------

0 commit comments

Comments
 (0)