Created
April 24, 2017 06:39
-
-
Save adityavm/75f81cf237b60dfb69f67c8e416b7dd2 to your computer and use it in GitHub Desktop.
Empty Userscript to be the starting point for other scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Blank Userscript Template | |
// @namespace BlankUserscriptTemplate | |
// @include * | |
// @author Aditya Mukherjee | |
// @description Empty Userscript to be the starting point for other scripts | |
// ==/UserScript== | |
// code goes here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment