NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Guia Bolso // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.guiabolso.com.br/resumo // @grant none // @run-at document-start // @require https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js // @require file://C:\Users\Alex\Dropbox\Developer\GuiaBolso\script.js // ==/UserScript== (function() { 'use strict'; // Your code here... })();