Jackbox
Active Member
- Jan 2, 2016
- 197
- 96
- 74
It appears that Tampermonkey stores this information in:
https://tampermonkey.net/documentation.php#GM_openInTab
http://stackoverflow.com/questions/28268847/gm-openintab-or-any-other-gm-function-is-not-defined
I am currently working with Tampermonkey a lot. If anyone wants to get involved, go get it installed. It's a plugin that allows you to have more control of your JS in the browser. It's much more powerful, enables a lot of functionality.
...
This allows you to store encrypted input: http://stackoverflow.com/questions/...-in-a-greasemonkey-script-on-install/15269327
Code:
%appdata%\..\Local\Google\Chrome\User Data\Default\Local Extension Settings\dhdgffkkebhmkfjojejmpbldmpobfkfo
Code:
%appdata%\..\Local\Google\Chrome\User Data\Default\databases\chrome-extension_dhdgffkkebhmkfjojejmpbldmpobfkfo_0
https://tampermonkey.net/documentation.php#GM_openInTab
http://stackoverflow.com/questions/28268847/gm-openintab-or-any-other-gm-function-is-not-defined
I am currently working with Tampermonkey a lot. If anyone wants to get involved, go get it installed. It's a plugin that allows you to have more control of your JS in the browser. It's much more powerful, enables a lot of functionality.
...
This allows you to store encrypted input: http://stackoverflow.com/questions/...-in-a-greasemonkey-script-on-install/15269327
Last edited: