Skip to content

Instantly share code, notes, and snippets.

View mroosen's full-sized avatar

Maarten mroosen

  • Codelogic
  • Beverwijk / Tangier
View GitHub Profile
@mroosen
mroosen / gist:d8c8bd60901639214c3ebf32dcb9a1b6
Last active September 20, 2019 08:21
TamperMonkey - DumpertPlus
// ==UserScript==
// @name DumpertPlus
// @namespace sapjes
// @version 1.3
// @description DumpertPlus
// @author Sapjes
// @updateURL https://gist.githubusercontent.com/mroosen/d8c8bd60901639214c3ebf32dcb9a1b6/raw/gistfile1.txt
// @downloadURL https://gist.githubusercontent.com/mroosen/d8c8bd60901639214c3ebf32dcb9a1b6/raw/gistfile1.txt
// @match https://www.dumpert.nl/*
// @grant GM_addStyle
@-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") { body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }
h1, h2, h3, h4 { color: #e6e6e6; }
h1 a { color: #e6e6e6; }
h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #e6e6e6; }
.bordered { border: 1px solid #363636; }
.top_border { border-top: 1px solid #363636; }
// ==UserScript==
// @name plex.tv UI fixes and features
// @namespace http://tampermonkey.net/
// @updateURL https://gist.githubusercontent.com/mroosen/8ef2e69c1d753c4d4ed802572f857886/raw/
// @downloadURL https://gist.githubusercontent.com/mroosen/8ef2e69c1d753c4d4ed802572f857886/raw/
// @version 0.91
// @description Bigger volume bar, close button to top right, set playback speed, frame skip with SHIFT-, and SHIFT-.
// @author @PostHum4n
// @match https://app.plex.tv/*
// @grant none
Hello :x
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<script type='text/javascript'>
function jsOnload(){
setInterval(function(){
document.getElementById("divTest").innerHTML = (new Date) + Math.random()
}, 10)