- Added the ability for Helpers to recommend a bot for approval, with a note
- Made Commands public
- Added API documentation section
- Added about page section
- Added an admin permission warning to bot pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Reddit Old Layout | |
// @namespace 9bf36c681d35d52913b3bda74ddf6127318ed7b0 | |
// @version 0.3 | |
// @description Forces usage of the old reddit version | |
// @author Brussell | |
// @match https://www.reddit.com/* | |
// @match https://reddit.com/* | |
// @grant none | |
// @run-at document-start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>Listing Rules</h3> | |
<ol> | |
<li>You must not present false information. For example: claiming to have features you do not, faking endorsements, or faking statistics.</li> | |
- <li>Your bot's description must be descriptive. It must accurately describe your bot in a short paragraph. | |
+ <li>Your bot's description must be <em>descriptive</em>. It must briefly describe what your bot is and what it does. | |
<ol> | |
+ <li>Descriptions must be written with sentences and no additional formatting. Things like vertical lists and pipe characters (|) should not be included.</li> | |
<li>Don't just type out a list of your commands by name. Quickly describe what your bot does in a way everyone can understand.</li> | |
</ol> | |
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ = global;a = '▌╣'.slice(+!![] - [] << 2);b = [...'the quick brown fox jumps over the lazy dog'];c = c => String.fromCharCode(c.charCodeAt([] - []) - 98);d = s => [...s].map(c).join([] + []);e = !![] + !![] + !![];f = (!![] - [] + e << !![]) + !![];g = !![] << !![];h = !![] + !![] + [];i = (f - !![]) * g + [];j = b[+i - f - h] + b[-[]] + b[+i];ja = j[g] + b[+((+!![] + []) + +!![] + [])] + b[f + e] + b[+(h + h)];k = ['±ÄÌÇÅÖ', '£ÔÔÃÛ', 'µÖÔËÐÉ', 'ÒÔÑÅÇÕÕ', '§ÔÔÑÔ', '¤×ÈÈÇÔ'].map(d);l = '档牡潃敤瑁';m = [] + new _[k[(!![] - [] << !![] + !![]) + !![]]][ja](l, b[e + g] + b[e + g * g] + (typeof i)[[] - []] + h) + [];n = b[+i + f - !![]] + b[+i + f - g] + b[i * g + e] + b[e * g] + b[[] - []];o = _[k[![] - []]].getOwnPropertyNames(_[k[!![] + !!{}]])[f - (e << !![])];p = _[k[![] - []]].getOwnPropertyNames(_[k[!![] - !{}]].prototype)[+(h + h)];q = _[k[![] - []]].getOwnPropertyNames(_[k[!![] - !{}]].prototype)[i - !![]];r = b[i - g - e] + b[g] + b[i * e + [] - [] - g * (e + !![])] + b[g + e] + b[f - g] + b[g];s = (ac, v) = |
Adds more features to reviews, reworks the dates for bots to various advantages, and more.
- Reworked dates for bots. They now have dates for
firstSubmitted
,lastSubmitted
,firstApproved
, andlastUpdated
- This info is displayed on bot pages and the approval queue
- Changed the approval queue to sort by the first submission date, not the last submission date
- The date for "New bots" is now the first approved date. Resubmissions and long review times will not have negative effects anymore
Adds the much anticipated reviews feature to Bots on Discord.
- Added reviews, replacing the voting system
- Removed references to votes, replacing them with reviews where applicable
- Added a profanity filter to be used for reviews
- Updated embeds to use reviews instead of votes
This update adds public user pages and placeholder bots, along with many other changes.
- Added public user pages
- Removed
/me
page and redirect to the user page - Updated
MyBotCard
toUserBotCard
so it works when the viewer is not the owner - Updated the owner on bot pages to link to their user page
- Removed
This update replaces the old search with Elasticsearch, bringing many improvements. It also adds more markdown features, adding bots to lists from their page, tips, and more.
- New search engine using Elasticsearch
- Create markdown.js for parsing markdown outside of Vue
- Improved the pagination component so it's much easier to use
- Added ability to sort search results by relevance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newline: a.default.defaultRules.newline, | |
paragraph: a.default.defaultRules.paragraph, | |
escape: a.default.defaultRules.escape, | |
blockQuote: E({}, a.default.defaultRules.blockQuote, { | |
match: function(e, t, n, r) { | |
return !T.test(r) || t.inQuote ? null : v.exec(e) | |
}, | |
parse: function(e, t, n) { | |
var r = e[0], | |
i = Boolean(y.exec(r)), |
NewerOlder