Code Monkey home page Code Monkey logo

crx-helper's Introduction

Moli Helper

Userscript Header

脚本头部属性设置,==MoliHelperUserScript== 开始获取,直到 ==/MoliHelperUserScript==

// ==MoliHelperUserScript==
// @name           Demo
// @description    This is a Demo.
// ...
// ==/MoliHelperUserScript==

@name

脚本名字。

@description

简短的脚本描述说明。

@match

脚本运行的页面 url 通配符,如 https://*.baowenonline.com/,具体可参考这里

可使用多次匹配多个 url。

// @match  https://*.baowenonline.com/
// @match  https://*.google.com/

@version

脚本版本号。

@require

引入 js 文件,将在脚本运行前顺序加载。可使用多次匹配多个 js 文件。

// @require   https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js
// @require   https://code.jquery.com/jquery-3.5.1.min.js

@hidden

是否在用户脚本(功能)管理隐藏

开发

crx-helper's People

Contributors

vdorchan avatar

Watchers

 avatar

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.