Skip to content

Instantly share code, notes, and snippets.

(function () {
function setup() {
const e = document.createElement("link");
e.setAttribute("type", "text/css");
e.setAttribute("rel", "stylesheet");
e.setAttribute("href", "https://s3.amazonaws.com/moovweb-marketing/playground/harlem-shake-style.css");
e.setAttribute("class", "mw_added_css");
document.body.appendChild(e)
}
function strobeLight() {

Keybase proof

I hereby claim:

  • I am nicolaisoeborg on github.
  • I am nico_ (https://keybase.io/nico_) on keybase.
  • I have a public key ASCiB2SmR2jB5LLdHJXuAP6r8ANkePjQyEBRxB0bj2ImoQo

To claim this, I am signing this object:

// ==UserScript==
// @name Show only passed (DTU)
// @version 1.0
// @author Nicolai Søborg
// @namespace https://github.com/NicolaiSoeborg/
// @description Show only passed courses on DTU
// @match https://www.campusnet.dtu.dk/cnnet/Grades/Grades.aspx
// @updateURL https://gist.githubusercontent.com/NicolaiSoeborg/708c5831d130b362cda6319255d054e9/raw
// @downloadURL https://gist.githubusercontent.com/NicolaiSoeborg/708c5831d130b362cda6319255d054e9/raw
// ==/UserScript==
@NicolaiSoeborg
NicolaiSoeborg / EkstraBladetReklameFjerner.user.js
Last active June 19, 2016 12:50
Fjerner den irriterende "anti-adblocker" på EB.dk
// ==UserScript==
// @name Ekstra Bladet Reklame Fjerner
// @version 1.2.2
// @author Nicolai Søborg
// @namespace https://github.com/NicolaiSoeborg/
// @description Fjerner den irriterende "anti-adblocker" på EB.dk
// @match http://ekstrabladet.dk/*
// @updateURL https://gist.githubusercontent.com/NicolaiSoeborg/f340125556136b7a1da9b6c0a76a5b46/raw
// @downloadURL https://gist.githubusercontent.com/NicolaiSoeborg/f340125556136b7a1da9b6c0a76a5b46/raw
// ==/UserScript==