Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.adoc

userscripts

Ehfive’s userscripts monorepo

userscripts/ Link Description

enable-vue-devtools

userscripts/enbale-vue-devtools

Force enable Vue Devtools for a Vue production build.

packages Link Description

@userscripts/polyfills

packages/polyfills

Greasemonkey v4 polyfill; set GM in unsafeWindow

@userscripts/axios-config

packages/axios-config

Helpers config axios to using GM.xmlhttpRequest (fallback to XmlhttpRequest if GM.xmlhttpRequest not defined)

Hacking

Tip
This project using yarn@berry

Install latest yarn v1 or v2 globally. doc

$ # using package manager (apt, pacman, homebrew, .etc)
$ apt-get install yarn

Or simply set an alias

$ # at project root
$ alias yarn="node \"$(pwd)/.yarn/releases/yarn-berry.js\""

Run yarn

$ # at project root
$ yarn

About

Ehfive’s userscripts monorepo

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.