Skip to content

EHfive/userscripts

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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-rc.js\""

Run yarn

$ # at project root
$ yarn

About

Ehfive’s userscripts monorepo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published