netdna-storage bypass clicker

Bypass the clicking on netdna-storage.

À partir de 2017-05-12. Voir la dernière version.

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