Added bookmarklet to README

This commit is contained in:
Eduard Urbach 2019-04-25 18:52:59 +09:00
parent ba51a34847
commit a4f300d4b8

View File

@ -66,6 +66,19 @@ docker attach notify.moe
* To automatically compile TypeScript files in VS Code, press `Ctrl Shift B` and select `tsc: watch`.
* Use a Linux system for maximum performance.
### Bookmark
Create a bookmark in your browser and set this code as the URL:
```js
javascript:(() => {
location = location.href.indexOf('://beta.') === -1 ?
location.href.replace('://', '://beta.') : location.href.replace('://beta.', '://');
})();
```
Clicking this bookmark will let you switch between `notify.moe` (live) and `beta.notify.moe` (development).
## Find us
* [Discord](https://discord.gg/0kimAmMCeXGXuzNF)