Initial Commit
diff --git a/content/gooroom.css b/content/gooroom.css new file mode 100644 index 0000000..4cfd1c0 --- /dev/null +++ b/content/gooroom.css
@@ -0,0 +1,5 @@ +/* This css hides download form to remove annoying stuff */ + +#modal-captcha, .modal-backdrop { + display: none !important; +}