Skip to content

Instantly share code, notes, and snippets.

@Mikescher
Mikescher / rapscript.js
Last active August 29, 2015 14:07
[Greasemonkey] Rapla - script ((TINF12B5))
// ==UserScript==
// @name Rapla Highlighter
// @namespace https://rapla.dhbw-karlsruhe.de
// @include https://rapla.dhbw-karlsruhe.de/*
// @version 1
// @require http://code.jquery.com/jquery-latest.js
// @grant none
// @author Mikescher
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);