Greasy Fork

Greasy Fork is available in English.

NoInstallAxureRP

去掉chrome浏览器打开Axure生成的原型文件自动跳转

当前为 2018-08-02 提交的版本,查看 最新版本

// ==UserScript==
// @name         NoInstallAxureRP
// @namespace    NoInstallAxureRP
// @version      0.3
// @description  去掉chrome浏览器打开Axure生成的原型文件自动跳转
// @author       _ihhu
// @match        file:///*
// ==/UserScript==

(function() {
    'use strict';
    document.body.setAttribute("pluginDetected",true)
    // Your code here...
})();