austindh / Learning Suite Open Quizzes Highlight

// ==UserScript==
// @name         Learning Suite Open Quizzes Highlight
// @namespace    http://your.homepage/
// @version      0.1
// @description  Highlight quizzes that are currently open on Learning Suite
// @author       Austin Hughes
// @match        https://learningsuite.byu.edu/*
// ==/UserScript==

GM_addStyle('td.title a {background-color: yellow}');