netdna-storage bypass clicker

Bypass the clicking on netdna-storage.

Versão de: 12/05/2017. Veja: a última versão.

// ==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。