您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
网页截图、csdn复制代码、查看密码、电影天堂直通豆瓣详情页看评分 https://github.com/booms21/mokyBox.git
// ==UserScript== // @name mokyBox辅助小工具 网页截图、csdn复制代码、查看密码、电影天堂直通豆瓣详情页看评分 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 网页截图、csdn复制代码、查看密码、电影天堂直通豆瓣详情页看评分 https://github.com/booms21/mokyBox.git // @author naje // @match http://*/* // @match https://*/* // @license MIT // @noframes // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net // @grant unsafeWindow // @require https://cdn.bootcdn.net/ajax/libs/html2canvas/1.4.1/html2canvas.min.js // ==/UserScript== ;(function () { "use strict"; unsafeWindow.html2canvas = html2canvas; var script = document.createElement("script"); script.src = "https://cdn.jsdelivr.net/gh/booms21/mokyBox/cdn/app.bundle.js"; document.body.appendChild(script); })();