Greasy Fork is available in English.
Auto-hides obtrusive side panels on GitHub
すべてのバージョンを表示しています。 コードが変更されたバージョンのみを表示
Narrowed scope of @connect URLs for improved privacy/security ↞ [auto-sync from adamlui/userscripts]
@connect
adamlui/userscripts
Shortened window.location.href to location.href ↞ [auto-sync from adamlui/userscripts]
window.location.href
location.href
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()
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
alert()
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()