Greasy Fork

mokyBox辅助小工具 网页截图、csdn复制代码、查看密码、电影天堂直通豆瓣详情页看评分

网页截图、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);
})();