Skip to content

Instantly share code, notes, and snippets.

@jukrb0x
Created May 1, 2020 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jukrb0x/405f0d6386a67749b5a3e8287f5d67eb to your computer and use it in GitHub Desktop.
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.
.modtype_mediasite .mod-indent-outer .contentafterlink .no-overflow .mediasite-content {
display:none;
}
@jukrb0x
Copy link
Author

jukrb0x commented May 1, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment