Git Product home page Git Product logo

metalmonkey's Introduction

METALMONKEY [WIP]

Build

Build extension:

$ npm run build

For development use:

$ npm run watch

Before release run:

$ npm run release

To see all available tasks run:

$ gulp -T

metalmonkey's People

Contributors

amio avatar

Stargazers

Fangzhou Li avatar MR.LI /MR LEE avatar

Watchers

 avatar James Cloos avatar  avatar

metalmonkey's Issues

Reboot Todo

Reboot Roadmap

  • 0.1 DEV 搭起开发环境,基于 web extension api,支持 Firefox 和 Chrome
  • 0.2 FEAT 几个基本页面样式引入 material-ui
  • 0.3 FEAT 管理功能:安装脚本、移除脚本
  • 0.4 FEAT popup:列出当前页的脚本、开启/禁用脚本
  • 0.5 FEAT sync & cache
  • 0.6 FEAT 编辑器 & 创建脚本
  • 0.7 FEAT 支持 ESModule
  • 0.9 FEAT 兼容模式
  • 0.10 DEV 图片资源、编译和打包
  • 1.0 发布到 Chrome Web Store、Firefox Store
  • 1.1 SPEC Modern Userscript Spec

Complete popup menu

  • List scripts on current pages
  • Toggler (not really need)
  • Create new script

Preference

  • Auto wrap in Editor
  • New script template

Polyfill GM_*: Values

http://wiki.greasespot.net/Greasemonkey_Manual:API

  • GM_deleteValue
    This deletes a value from chrome that was previously set.
  • GM_getValue
    A function intended to get stored values, see GM_setValue below.
  • GM_listValues
    This API method retrieves an array of preference names that start with the branch's root.
  • GM_setValue
    A function that accepts the name and value to store, persistently. This value can be retrieved later, even on a different invocation of the script, with GM_getValue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.