diff --git a/blackboardfix.user.js b/blackboardfix.user.js index e45ecec..9f47200 100644 --- a/blackboardfix.user.js +++ b/blackboardfix.user.js @@ -1,7 +1,7 @@ // ==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 // @match hhttps://lewisuniversity.blackboard.com/* @@ -15,20 +15,4 @@ // 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; - - } - -} \ No newline at end of file +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; }}'); \ No newline at end of file