Last active
October 18, 2016 16:54
-
-
Save oerpli/8809b952be34d396dc2dd7eb3cafc249 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 CampusFixer | |
| // @namespace uftf | |
| // @description Displays name of lecture/whatever in the title | |
| // @include http://campusinterview.ch/de/interview/firmen/* | |
| // @author oerpli | |
| // @version 1.0 | |
| // @grant none | |
| // ==/UserScript== | |
| $(".highlight-red").parent().parent().toggle() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment