diff --git a/README.md b/README.md index 925dc0ef..0ae3cf2b 100644 --- a/README.md +++ b/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)