blackboardfix

blackboardfix Commit Details


Date:2018-01-12 22:38:38 (6 years 11 months ago)
Author:Natalie Adams
Branch:master
Commit:a544c353e19efc5ef76153288e8a4ba65d52b8f1
Parents: 6534bf26ec08f8d85895522a6803cfb0b1543e53
Message:fixing issue

Changes:

File differences

blackboardfix.user.js
11
22
33
4
4
55
66
77
......
1515
1616
1717
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
18
// ==UserScript==
// @name Blackboard fix
// @namespace https://srchub.org
// @version 0.1
// @version 0.2
// @description Fixes the grade center to actually be usable
// @author Nathan Adams <nathan@allostech.com>
// @match hhttps://lewisuniversity.blackboard.com/*
// 1kqfr9hYPHTwGdMev9b538sSeyLa5h4FR
//
@-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;
}
}
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; }}');

Archive Download the corresponding diff file

Branches

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