NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Unlock Crusoe // @namespace http://tampermonkey.net/ // @version 0.1 // @description Unlock Crusoe // @author nosXw // @match https://crusoe.com.br/* // @run-at document-start // @grant @Lucasmonda // @license MIT // ==/UserScript== function setCookie(c_name, value){ document.cookie= c_name + "=" + escape(value); } setCookie("crs_subscriber", 1);