Didn't want to take the other thread too off topic, so I started a new one.
Anyway, I have this script so far, but it doesn't seem to be doing anything (and it's not giving me any errors in the error console):
// ==UserScript== // @name Use Full Screen // @namespace localhost // @description Overrides a page's CSS to force it to use a variable width. // @include https://portableapps.com/* // ==/UserScript== GM_addStyle(".overall-page { max-width: auto !important; } #forum table { width: 100% !important; }")
I'm probably just missing something simple, but I know almost nothing of CSS.