Auto-hides obtrusive side panels on GitHub
A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.
Removed trailing whitespace
Removed no-longer used isDarkMode() ↞ [auto-sync from adamlui/userscripts]
isDarkMode()
adamlui/userscripts
Removed padding around non-expressions in template literals for readability ↞ [auto-sync from adamlui/userscripts]
Added @require chatgpt.js to eliminate alert() + renderHTML() defs ↞ [auto-sync from adamlui/userscripts]
@require
alert()
renderHTML()
Improved regex ↞ [auto-sync from adamlui/userscripts]
Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]
@connect
ESCAPED_MSG ↞ [auto-sync from adamlui/userscripts]
Further reduced potential for backtracking in config.updateURL regex
config.updateURL
Eliminated potential for polynomial backtracking in regex
... by increasing specificity of capturing group
Replaced all .appendChild()'s w/ .append()'s to shorten codebase
.appendChild()
.append()
Added sytem/browser user scheme preference to isDarkMode()
Added config.appName
config.appName
Shortened .forEach() arg names
.forEach()
Removed () around unmodded args in arrow functions
()
Loosened equality comparisons
Updated download/update URLs ↞ [auto-sync from adamlui/userscripts]
Replaced .match() w/ faster method
.match()
Updated alert() + About modal
Added transition fx to alert(), combined const inits
Added About dialog, replaced timeout w/ observer on editor page ↞ [auto-sync from adamlui/userscripts]
Added URL meta
Updated description ↞ [auto-sync from adamlui/userscripts]
Updated meta, removed notify(), refined logic ↞ [auto-sync from adamlui/userscripts]
notify()