Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1006 Bytes

README.adoc

File metadata and controls

48 lines (35 loc) · 1006 Bytes

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