An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/wk-tools

Tools used to improve my experience on Wikipedia
https://github.com/bfontaine/wk-tools

tool wikipedia

Last synced: 11 months ago
JSON representation

Tools used to improve my experience on Wikipedia

Awesome Lists containing this project

README

          

Here are some tools I use to improve my experience on Wikipedia.

## Features

### Keyboard shortcuts

- `alt+z`: toggle Zen mode (nav bars, headers and footer hidden, larger
font-size). Aliased as `,z` (Vim-style)
- `gg`: go to the top of the page
- `G`: go to the bottom of the page
- `/`: focus on the search box

## Install

You need a Wikipedia account.

- Put the code from `common.css` in [Special:YourName/common.css][wkcss]
- Put the code from `common.js` in [Special:YourName/common.js][wkjs]

[wkcss]: https://en.wikipedia.org/wiki/Special:MyPage/common.css
[wkjs]: https://en.wikipedia.org/wiki/Special:MyPage/common.js

Unfortunately, it only works in one language, so you’ll need to re-create these
pages if you use Wikipedia in other languages.

## License

[CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/)