Ezo
中文

UserScript Support

Ezo userscript capabilities and compatibility.

Ezo ships a full UserScript engine on par with Via Browser. Install scripts from Greasy Fork or write your own to enhance any web page.

Supported Metadata

@name / @name:locale@namespace@version@description / @description:locale@author@icon / @iconURL@homepage / @homepageURL@supportURL@downloadURL / @updateURL@match / @exclude-match@include / @exclude@run-at@noframes@grant@connect@require@resource@unwrap

GM API Reference

Storage

  • GM_getValue / GM.getValue
  • GM_setValue / GM.setValue
  • GM_deleteValue / GM.deleteValue
  • GM_listValues / GM.listValues
  • GM_getValues / GM.getValues
  • GM_setValues / GM.setValues
  • GM_deleteValues / GM.deleteValues

DOM

  • GM_addStyle / GM.addStyle
  • GM_addElement / GM.addElement

Network

  • GM_xmlhttpRequest / GM.xmlHttpRequest

System

  • GM_setClipboard / GM.setClipboard
  • GM_download / GM.download
  • GM_openInTab / GM.openInTab
  • GM_registerMenuCommand
  • GM_unregisterMenuCommand
  • GM_getResourceText
  • GM_getResourceURL
  • GM_log
  • GM_info / GM.info

Installation

  1. 1Click an install link on Greasy Fork or similar sites
  2. 2Paste a script URL to install directly
  3. 3Import a local .user.js file
  4. 4Create a new script in the built-in editor

Compatibility Baseline

Ezo targets Via Browser 7.2.1 compatibility. Releases ship only after 100% of our in-house conformance tests pass.