GithubHelp home page GithubHelp logo

artaher / github-action-for-tapermonkey Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iamqiz/github-action-for-tapermonkey

0.0 0.0 0.0 5.74 MB

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

Python 100.00%

github-action-for-tapermonkey's Introduction

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

github-action-for-tapermonkey's People

Contributors

artaher avatar iamqiz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.