Skip to content

Instantly share code, notes, and snippets.

View vanyakosmos's full-sized avatar
🌑
suffering

Bachynin Ivan vanyakosmos

🌑
suffering
View GitHub Profile

header 1

header 2

header 3

header 4

header 5

text

@vanyakosmos
vanyakosmos / github-html-preview-monkey.js
Last active January 26, 2024 15:49
Script for Tampermonkey that adds 'view' to the actions menu beside 'row', 'blame' and 'history' buttons and allow you to preview rendered .html pages.
// ==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==