Skip to content

Instantly share code, notes, and snippets.

@xbaby123
Last active October 30, 2017 15:52
Show Gist options
  • Select an option

  • Save xbaby123/1b8027066e9577dc3bb3f3487ba198c4 to your computer and use it in GitHub Desktop.

Select an option

Save xbaby123/1b8027066e9577dc3bb3f3487ba198c4 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Hello World
// @namespace https://www.google.com.vn
// @description example script to alert "Hello world!" on every page
// @include http://myanonamouse/*
// @include http://*.myanonamouse/*
// ==/UserScript==
alert('Hello world!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment