tampermonkey storage proxy

none

As of 06. 04. 2024. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/491829/1355396/tampermonkey%20storage%20proxy.js

Autor
rssa_romeo
Verzija
0.1
Napravljeno
06. 04. 2024
Ažurirano
06. 04. 2024
Size
2,16 КБ
Licenca
GPLv3

example:
log((storage.test = e=>e))// e=>e
log(storage.test, typeof storage.test)// [e=>e, function]
log((storage.test = "asdasd"))// asdasd
log(storage.test, typeof storage.test)// [asdasd, string]