this repo can restore tapermonkey scripts from its database(chrome leveldb).
upload its database to the repo ,and run github action,
then the restored tapermonkey scripts will placed in result/ret.zip
path of tapermonkeyp data:
# Linux: "/home/<USERNAME>/.config/<BROWSER>/Default/Local Extension Settings/<EXTENSION_ID>"
# Mac : "/Users/<USERNAME>/Library/Application Support/Google/Chrome/Default/Local Extension Settings/<EXTENSION_ID>/"
#Windows chrome: "C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\<EXTENSION_ID>"
#windows edge: "C:\Users\<USERNAME>\AppData\Local\Microsoft\Edge\User Data\Default\Local Extension Settings\<EXTENSION_ID>
result: result/ret.zip
log: github-action-run.log