Production & Dev instance warning

Warns you if you are on the dev or prod instance of your web app (not on localhost)

目前为 2023-10-15 提交的版本,查看 最新版本

作者
HappyViking
评分
0 0 0
版本
1.0.0
创建于
2023-10-15
更新于
2023-10-15
大小
1.2 KB
许可证
暂无
适用于

Adds a little sticky banner at the top of your app if you are not on a localhost instance of your website. Just to prevent you messing up / trying to test things not on localhost!

Just remember to edit this line in the script:

```js
// @match https://*.[APP NAME HERE].com/*
```