NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
⬆ ⬇ ⇪ | Compatibility Matrix | Overview | Usage
– | – | ||||||
– | – | ||||||
– | – |
In an effort to combat spam topics that may repeat in a script discussions I made this script to allow the ScriptWright to place a specially formatted table in their script description area and have it automatically moved into the sidebar.
There may still more that I will be adding but for now it should be mostly cross-browser compatible by using the "bottom of the barrel" JavaScript (ES4ish) for non-Mozilla browsers.
Remember to change the topicid and text content to your own topic name. You may use the full topic name but once it successfully moves it should clip according to userscripts.org (USO) standards. For possible future releases I recommend that you match the text content of your discussion topics exactly.
<table>
<tr>
<th>Sticky Topics</th>
<th>Posts</th>
</tr>
<tr>
<td><a href="/topics/topicid1">CHANGELOG</a></td>
<td></td>
</tr>
<tr>
<td><a href="/topics/topicid2">SUGGESTIONS</a></td>
<td></td>
</tr>
<tr>
<td><a href="/topics/topicid3">ERRATA</a></td>
<td></td>
</tr>
</table>
Sticky Topics | Posts
----------- | -----------
[CHANGELOG](/topics/topicid1) |
[SUGGESTIONS](/topics/topicid2) |
[ERRATA](/topics/topicid3) |
<table>
<tr>
<th>Sticky Topics</th>
<th>Posts</th>
</tr>
<tr>
<td><a href="/topics/topicid1">CHANGELOG</a></td>
<td><a></a></td>
</tr>
<tr>
<td><a href="/topics/topicid2">SUGGESTIONS</a></td>
<td><a></a></td>
</tr>
<tr>
<td><a href="/topics/topicid3">ERRATA</a></td>
<td><a></a></td>
</tr>
</table>
<table>
<tr>
<th>Sticky Topics</th>
<th>Posts</th>
</tr>
<tr>
<td><a href="/topics/topicid1">CHANGELOG</a></td>
<td><a href="/topics/topicid1#posts-last">»</a></td>
</tr>
<tr>
<td><a href="/topics/topicid2">SUGGESTIONS</a></td>
<td><a href="/topics/topicid2#posts-last">»</a></td>
</tr>
<tr>
<td><a href="/topics/topicid3">ERRATA</a></td>
<td><a href="/topics/topicid3#posts-last">»</a></td>
</tr>
</table>
Sticky Topics | Posts
----------- | -----------
[CHANGELOG](/topics/topicid1) | [»](/topics/topicid1#posts-last)
[SUGGESTIONS](/topics/topicid2) | [»](/topics/topicid2#posts-last)
[ERRATA](/topics/topicid2) | [»](/topics/topicid3#posts-last)
Rating: 0