Created
May 1, 2020 13:40
-
-
Save jukrb0x/405f0d6386a67749b5a3e8287f5d67eb to your computer and use it in GitHub Desktop.
Fuckoff-Mediasite: Hide all mediasite video frame in course pages, out of teachers who ignored to put it in a right way.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.modtype_mediasite .mod-indent-outer .contentafterlink .no-overflow .mediasite-content { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
P.S. This css can be used with Stylish
P.P.S. This css only hide the frame, but it still loads when opening the page, a better solution is using js script(Tampermonkey, for instance)