Skip to content

restore your tapermonkey scripts by github action | 通过github动作在线恢复油猴脚本

Notifications You must be signed in to change notification settings

iamqiz/github-action-for-tapermonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restore your tapermonkey scripts by github action

中文文档

this repo can restore tapermonkey scripts from its database(chrome leveldb).
just fork this repo & upload its database to the repo ,and run github action, then the restored tapermonkey scripts will placed in github action artifact, and you can download it

how to use?

1 pack your tapermonkey database to .zip or .tar

database path :

# 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>

paste chrome://version/ in chrome address bar and enter, you will get your chrome profile data path

the database dir include Manifest-* CURRENT *.ldb files and so on.
a database example:
img.png

details about google leveldb:
https://github.com/google/leveldb/blob/main/doc/impl.md

2 fork the repository

3 upload the .zip or .tar file to the forked repo

dsfga dsfga

4 run github action and specify full path of the zip/tar file

dsfga

wait a moment until action finish

5 download result from github action artifact

dsfga dsfga

About

restore your tapermonkey scripts by github action | 通过github动作在线恢复油猴脚本

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages