A userscript for the Stack Exchange websites to add a bunch of optional user-selectable features
shu8 on dev
Deprecate alignBadgesByClass fe… Merge pull request #483 from do… Bump version number (compare)
JQMIGRATE: jQuery.browser is deprecated jquery-migrate-1.0.0.js:29:4
SOX: undefined 194348:44:13
SOX: Object { init: StackExchange.init</<(), debug: Object, initialized: Object, gaInitialized: Object, ready: StackExchange.ready(), gaReady: StackExchange.gaReady(), using: v(), ifUsing: b(), loadJsFile: StackExchange.loadJsFile(), helpers: Object, 49 more… } 194348:44:13
SOX: DEBUGGING SOX VERSION 2.3.0 194348:44:13
SOX: ----------------saved variables--------------------- 194348:44:13
SOX: logging sox stored values --- 194348:68:13
SOX: SOX-lastVersionInstalled 194348:68:13
SOX: 2.3.0 194348:68:13
SOX: access token set 194348:68:13
SOX: SOX-debug 194348:68:13
SOX: true 194348:68:13
SOX: ----------------end saved variables--------------------- 194348:44:13
SOX: init 194348:44:13
SOX: Object { info: Object, NEW_TOPBAR: true, debug: sox.debug(), log: sox.log(), warn: sox.warn(), error: sox.error(), loginfo: sox.loginfo(), Stack: Object, exists: sox.exists(), ready: sox.ready(), 8 more… } 194348:44:13
SOX: Object { init: sox.dialog.init() } 194348:44:13
SOX: initializing SOX dialog 194348:44:13
SOX: injecting features into dialog 194348:44:13
SOX: observe: .new_comment 194348:44:13
SOX: observe: textarea[id^="wmd-input"] 194348:44:13
SOX: observe: .reviewable-post, .review-content 194348:44:13
sox
'namespace' if you like. for example if you see this line where the anonymous function is being passed in sox
, and then this line at the bottom where the sox
parameter being passed into the anonymous function is being defined as window.sox = window.sox || {}
-- this essentially puts sox
onto the window
object so all the files can use it!