Skip to content

Instantly share code, notes, and snippets.

@bachagas
Created June 18, 2016 03:12
Show Gist options
  • Save bachagas/e3667e45043978a3a7445a0aa6a81e68 to your computer and use it in GitHub Desktop.
Save bachagas/e3667e45043978a3a7445a0aa6a81e68 to your computer and use it in GitHub Desktop.
Hello Greasemonkey
// ==UserScript==
// @name Dummy script
// @namespace http://www.eud.net.br/
// @description This is script doesn't do anything
// @include http://*eud.net.br/*
// @version 1.0
// @icon http://eud.net.br/imgs/who.png
// ==/UserScript==
console.log('Hello Greasemonkey!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment