netdna-storage bypass clicker

Bypass the clicking on netdna-storage.

目前為 2017-05-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name          netdna-storage bypass clicker
// @namespace     https://github.com/JonnyShuali/netdna-storage-click-bypass
// @description   Bypass the clicking on netdna-storage.
// @version       2
// @include       http://netdna-storage.com/*
// @include       http://www.netdna-storage.com/*
// ==/UserScript==
var nextURL = document.getElementsByClassName("btn plan-footer-item")[0].href;
window.location.href = nextURL;
长期地址
遇到问题?请前往 GitHub 提 Issues。