blackboardfix

blackboardfix Commit Details


Date:2018-01-12 22:45:32 (7 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:487e46580873033878f2b918a08ce5f6428eac5f
Parents: 967b9b801247b83191ca996f7e79b17b41809d50
Message:updating script

Changes:

File differences

blackboardfix.user.js
11
22
33
4
4
55
66
77
......
1414
1515
1616
17
18
17
18
19
// ==UserScript==
// @name         Blackboard fix
// @namespace    https://srchub.org
// @version      0.3
// @version      0.4
// @description  Fixes the grade center to actually be usable
// @author       Nathan Adams <nathan@allostech.com>
// @match        https://lewisuniversity.blackboard.com/*
// If you feel this script was useful please send BTC donations to this address:
// 1kqfr9hYPHTwGdMev9b538sSeyLa5h4FR
//
 
GM_addStyle('@-moz-document domain(lewisuniversity.blackboard.com) { .gbtable tbody tr td, .gbtable tbody tr th, .gbtable_header th, .gbtable thead th { padding: 0px !important; height: 0px !important; }}');
var style = '<style>.gbtable tbody tr td, .gbtable tbody tr th, .gbtable_header th, .gbtable thead th { padding: 0px !important; height: 0px !important; }</style>');
$('html > head').append(style);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.12552s using 14 queries.