屏幕通知 GM_notification(details, ondone), GM_notification(text, title, image, onclick) 打开新选项卡 GM_openInTab(url, options), GM_openInTab(url, loadInBackground)菜单注册 GM_registerMenuCommand(name, callback, accessKey)菜单注销 GM_unregisterMenuCommand(menuCmdId)设置剪切板 GM_setClipboard...
修改DOM使用GM_addElement,添加样式使用GM_addStyle;下载功能由GM_download实现;获取@resource资源使用GM_getResourceText和GM_getResourceURL;控制台打印和屏幕通知通过GM_log和GM_notification实现;打开新选项卡用GM_openInTab;菜单注册和注销使用GM_registerMenuCommand和GM_unregisterMenuCommand;设置剪切...