You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Only inject into Github issues if you are on the SOX repo
* Fix bugs in various features
* Deprecate the 'hide HNQ' feauter (now implemented natively)
* Improve SOX's performance with many behind-the-scenes changes:
* Reduce jQuery usage
* Reduce number of API requests by caching them for a short period
* Improve SOX's use of MutationObservers by specifying specific
targets to observe in all uses
* Improve SOX's Github Community Profile
* Remove EOL RawGit dependency
Copy file name to clipboardexpand all lines: README.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://gitter.im/soscripted/sox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
### SOX v2.4.0
3
+
### SOX v2.5.0
4
4
5
5
Stack Overflow Extras (*SOX*) is a project that stemmed from the [Stack Overflow Optional Features (SOOF)](https://github.com/shu8/Stack-Overflow-Optional-Features) project.
6
6
@@ -10,10 +10,19 @@ Note: This project has no relation to Stack Overflow or Stack Exchange; it is si
10
10
11
11
## Installation & Requirements
12
12
13
-
1. Install [Tampermonkey](http://tampermonkey.net/) (for Chrome or Firefox). These are userscript managers that *must* be installed in order for this to work, as the script relies on certain `GM_*` functions in order to save your settings! Tampermonkey is available for many more browsers, and whilst we do not explicitly support them, SOX should work on them. **Note: Greasemonkey 4 and upwards [is not supported with SOX](https://github.com/soscripted/sox/issues/306).**
14
-
2. Install the script. Clicking on 'install' below will make your userscript manager prompt you automatically to install it.
13
+
1. Install a userscript manager; these are free extensions available for all popular browsers that allow you to manage and install userscripts, along with exposing certain code functions that SOX requires.
15
14
16
-
- Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.4.0/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.4.0/sox.user.js)</kbd>
15
+
We recommend [Tampermonkey](http://tampermonkey.net/) for Chrome and Firefox.
16
+
17
+
Whilst SOX only explicitly supports Chrome and Firefox, it should work on any popular browser that can run userscripts.
18
+
19
+
**Note: Greasemonkey 4 and upwards [is not supported with SOX](https://github.com/soscripted/sox/issues/306).**
20
+
21
+
**There seems to be [an issue with Tampermonkey on Firefox](https://github.com/Tampermonkey/tampermonkey/issues/477) where userscripts don't seem to run. If this happens, please restart your browser and/or computer before raising an issue on GitHub, as a restart seems to fix this!**
22
+
23
+
2. Install the script. Clicking on 'install' below will make Tampermonkey prompt you automatically to install it.
24
+
25
+
- Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.5.0/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.5.0/sox.user.js)</kbd>
17
26
- Development Version: <kbd>[install](https://github.com/soscripted/sox/raw/dev/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/dev/sox.user.js)</kbd>
18
27
19
28
3. Go to any site in the Stack Exchange Network (e.g. [Super User](http://superuser.com/) or [Stack Overflow](http://stackoverflow.com/)). You will automatically be asked to choose and save your settings. A toggle button (gears icon) will be added to your topbar where you can change these later on:
<p>The SOX userscript adds a bunch of <strong>optional</strong> features to all sites in the Stack Exchange network. These can be toggled on or off from an easy to use control panel (see screenshot below).</p>
48
48
49
-
<p>Note: This project has no relation to Stack Overflow or Stack Exchange; it is simply a userscript that enhances the sites!</p>
49
+
<p>Note: This project is <strong>not</strong> related to Stack Overflow or Stack Exchange; it is simply a userscript that enhances the sites!</p>
50
50
51
-
<p>##Installation & Requirements</p>
51
+
<h2>Installation & Requirements</h2>
52
52
53
53
<ol>
54
54
<li>Install <ahref="http://www.greasespot.net/">Greasemonkey</a> (for Firefox), <ahref="http://tampermonkey.net/">Tampermonkey</a> (for Chrome), or <ahref="https://github.com/os0x/NinjaKit">NinjaKit</a> for Safari. These are userscript
55
55
managers that <em>must</em> be installed in order for this to work, as the script relies on certain <codeclass="highlighter-rouge">GM_*</code> functions in order to save your settings!</li>
56
56
<li>
57
-
<p>Install the script. Clicking on ‘install’ below will make your userscript manager prompt you automatically to install it.</p>
57
+
<p>Install the script. Clicking on the 'install' button below will make your userscript manager prompt you automatically to install it.</p>
<li>Go to any site in the Stack Exchange Network (eg. <ahref="http://superuser.com/">Super User</a> or <ahref="http://stackoverflow.com/">Stack Overflow</a>). You will automatically be asked to choose and save your settings. A toggle button
64
+
<li>Go to any site in the Stack Exchange Network (e.g. <ahref="http://superuser.com/">Super User</a> or <ahref="http://stackoverflow.com/">Stack Overflow</a>). You will automatically be asked to choose and save your settings. A toggle button
65
65
(gears icon) will be added to your topbar where you can change these later on:</li>
<p>A full list of all the features is available on the SOX wiki page <ahref="https://github.com/soscripted/sox/wiki/Features">here</a>.</p>
73
73
74
-
<p>##Bugs and Feature Requests</p>
74
+
<h2>Bugs and Feature Requests</h2>
75
75
76
76
<p>Please post bugs and feature requests as issues on <ahref="https://github.com/soscripted/sox">Github</a>, where we can track them easily and push updates quickly. Please <strong>do not</strong> post them as answers on Stack Apps – they are
77
77
much harder to manage!</p>
78
78
79
-
<p>##Changes</p>
79
+
<h2>Changes</h2>
80
80
81
81
<p>Please see the change log <ahref="http://stackapps.com/a/6358">at Stack Apps</a>.</p>
82
82
</section>
83
83
<footer>
84
84
<p>This project is maintained by <ahref="https://github.com/soscripted">soscripted</a></p>
85
-
<p><small>Hosted on GitHub Pages — Theme by <ahref="https://github.com/orderedlist">orderedlist</a></small></p>
85
+
<p><small>Hosted on GitHub Pages — theme by <ahref="https://github.com/orderedlist">orderedlist</a></small></p>
sox.debug('Getting From API with URL: https://api.stackexchange.com/2.2/'+type+'/'+id+'?order=desc&sort='+(sortby||'creation')+'&site='+sitename+'&key='+sox.info.apikey+'&access_token='+sox.settings.accessToken);
0 commit comments