Skip to content

EHfive/userscripts

Repository files navigation

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

Releases

No releases published

Packages

No packages published