schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: censor snippet

Willow dca297f1 a6f29aae

+19
+13
src/snippets/censor.css
··· 1 + @import url('https://fonts.googleapis.com/css2?family=Flow+Circular&display=swap'); 2 + 3 + *, #side-menu > h3 { 4 + font-family: 'Flow Circular', cursive; 5 + } 6 + 7 + .Component_Dashboard_TextboxController, .tileList { 8 + display: none; 9 + } 10 + 11 + img:not(.account-menu > img) { 12 + display: none; 13 + }
+6
src/snippets/snippets.json
··· 4 4 "author": "Schooltape", 5 5 "description": "Hide your profile picture across Schoolbox.", 6 6 "path": "hide-pfp.css" 7 + }, 8 + "censor": { 9 + "name": "Censor", 10 + "author": "Schooltape", 11 + "description": "Censors all text and images. This is intended for development purposes.", 12 + "path": "censor.css" 7 13 } 8 14 }