Skip to content

Commit 491540f

Browse files
committed
Merge pull request #12 from linyows/next_wiki
support_next_wiki_style
2 parents 1c87e63 + e28d386 commit 491540f

7 files changed

Lines changed: 25 additions & 31 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@ Github Wiki Search
33

44
Search wiki of the repository on Github.
55

6-
Supported Browsers
7-
------------------
8-
9-
- Chrome
10-
- Firefox - need [Greasemonkey](https://addons.mozilla.org/ja/firefox/addon/greasemonkey/)
11-
- Safari - need [NinjaKit](http://d.hatena.ne.jp/os0x/20100612/1276330696)
12-
- Opera - need `UserJavaScriptonHTTPS` enabled ([why and how] (http://www.opera.com/docs/userjs/using/#securepages))
13-
14-
Install
15-
-------
6+
Installation
7+
------------
168

179
- [Chrome Webstore](https://chrome.google.com/webstore/detail/github-wiki-search/gdifdhnjmjaidbajhapmbcbnoocoeooc)
1810
- [Userscripts.org](http://userscripts.org/scripts/show/129930)
@@ -24,6 +16,14 @@ Screenshots
2416
![Screenshot2](https://github.com/linyows/github-wiki-search/raw/master/images/2.png)
2517
![Screenshot3](https://github.com/linyows/github-wiki-search/raw/master/images/3.png)
2618

19+
Support Browsers
20+
----------------
21+
22+
- Chrome
23+
- Firefox - need [Greasemonkey](https://addons.mozilla.org/ja/firefox/addon/greasemonkey/)
24+
- Safari - need [NinjaKit](http://d.hatena.ne.jp/os0x/20100612/1276330696)
25+
- Opera - need `UserJavaScriptonHTTPS` enabled ([why and how] (http://www.opera.com/docs/userjs/using/#securepages))
26+
2727
Author
2828
------
2929

github-wiki-search.user.js

Lines changed: 14 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/1.png

-26.9 KB
Loading

images/2.png

-36.1 KB
Loading

images/3.png

-63.6 KB
Loading

images/screen.png

-129 KB
Loading

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "GitHub Wiki Search",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"description": "Search wiki of the repository on GitHub",
66
"icons": {
77
"16" : "images/icons/16.png",

0 commit comments

Comments
 (0)