text
This file contains 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 Github html preview | |
// @author https://github.com/vaniakosmos | |
// @version 1.0 | |
// @description Shortcut for htmlpreview.github.io | |
// @match https://github.com/**/*.html | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.2.1.min.js | |
// ==/UserScript== |