Mercurial > ec-userscripts
view package.json @ 103:b2d0b37f945f
Update mandarake script
- update download url
- remove iife
- run at document start
- use observer
- remove search link fixer (seems to be fixed already)
author | nanaya <me@nanaya.net> |
---|---|
date | Sat, 24 Dec 2022 22:10:30 +0900 |
parents | a35ddabefd9d |
children | 2c4470b73ad9 |
line wrap: on
line source
{ "name": "ec-userscripts", "version": "1.0.0", "license": "MIT", "scripts": { "lint": "standard *.user.js" }, "dependencies": { "standard": "^17.0.0" } }