Added bookmarklet to README
This commit is contained in:
parent
ba51a34847
commit
a4f300d4b8
13
README.md
13
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user