Make WebAssign scroll faster after submitting a question.
Fast WebAssign Scroll by yeetingwaterbottle
Details
Authoryeetingwaterbottle
LicenseNo License
Categorywebassign.net
Created
Updated
Size407 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fast WebAssign Scroll
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Reduce and remove scrolling effect from web assign
@author Yeeting Waterbottle
==/UserStyle== */
@-moz-document url-prefix("https://www.webassign.net/web/Student/Assignment-Responses") {
html {
scroll-behavior: auto !important;
}
}