Greasy Fork is available in English.

Ignition trial resetter

Resets trial after expiry

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Danielv123
일일 설치수
0
총 설치수
139
평점
2 1 0
버전
1.7
생성
2022-01-24
갱신
2023-03-14
라이선스
MIT
동작 사이트

Automatic login and reset of Ignition trial mode for Inductive Automation Ignition after it expires. Ignition has a 2 hour trial that can be infinitely reset by logging into the admin panel and clicking reset. This script automatically clicks the reset button when its visible. This means you won't have to bother resetting it during development.

Not for production use!

https://inductiveautomation.com/

<3 Ignition

The script also automatically logs in if you have set your username and password in localStorage. It will try to read the credentials the first time you log in. (Only when you manually click "CONTINUE" - not when pressing enter)

Open your console with ctrl + shift + i or right click -> Inspect Element and enter:

localStorage.username = "admin";
localStorage.password = "admin";

You can see the current password in the console by typing localStorage:

localstorage