Skip to content

Instantly share code, notes, and snippets.

@oerpli
Last active October 18, 2016 16:54
Show Gist options
  • Select an option

  • Save oerpli/8809b952be34d396dc2dd7eb3cafc249 to your computer and use it in GitHub Desktop.

Select an option

Save oerpli/8809b952be34d396dc2dd7eb3cafc249 to your computer and use it in GitHub Desktop.
// ==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