| Rank | Bot | Approximate Server Count | Library |
|---|---|---|---|
| 1 | MEE6 | 21,300,000 | Custom Python |
| 2 | Rythm | 14,900,000 | JDA |
| 3 | carl-bot |
12,100,000 | Pycord |
| 4 | Dyno | 10,600,000 | Eris |
| 5 | Midjourney Bot |
| // ==UserScript== | |
| // @name Roam YouTube timestamp controls | |
| // @namespace learnstream.org | |
| // @version 0.1 | |
| // @description Add timestamp controls to YouTube videos embedded in Roam | |
| // @author Ryan Muller <ryanmuller@google.com> | |
| // @match https://*.roamresearch.com | |
| // @grant none | |
| // ==/UserScript== | |
| // Copyright 2020 Google LLC. |
It's a script (think of it as mod) for plug.dj which will allow you to add YT (YouTube) videos to your playlists with one button.
Plug.dj is having some trouble with their YT API Key (the thing that allows you to make YT related actions throughout the site, like searching for a song and adding the results to your playlists). Using this script, you will be able to add YT videos to your playlists again, even while plug.dj is dealing with YouTube's support to get this issue fixed.
User scripts:
| // ==UserScript== | |
| // @name Distill Video & Audio Downloader from 5000+ sites including Youtube, Support 1080P, 2K, 4k & 8K | |
| // @namespace https://distillvideo.com/ | |
| // @version 2.1.1 | |
| // @date 2018-06-17 | |
| // @description Browser extension to download video and audio from Youtube, Twitter, Vimeo, Facebook, Dailymotion, 1tv, VK, youku, bilibili and 5000 more sites for free. Fast and easy to use. | |
| // @author DistillVideo.com | |
| // @copyright 2018, DistillVideo.com | |
| // @homepage https://distillvideo.com/page/extensions | |
| // @downloadURL https://distillvideo.com/js/ditillvideo.user.js |
| // ==UserScript== | |
| // @name YouTube (Classic) | Sort, Rearrange & Organize Playlists | |
| // @namespace de.sidneys.userscripts | |
| // @homepage https://gist.githubusercontent.com/sidneys/27e704ec4a1d9bad311d634cbab2f218/raw/ | |
| // @version 29.0.0 | |
| // @description Organize and rearrange your YouTube playlists. Real server-side sorting by duration, title, channel and language. | |
| // @author sidneys | |
| // @icon https://www.youtube.com/favicon.ico | |
| // @noframes | |
| // @include http*://www.youtube.com/* |
The Mac OS Keychains is great if you spend your time in the Apple-verse. When you decide to mix it up or move away, you will want to take your password with you. Here's a process and the tools for exporting it's content to a CSV file in the format “example.com,user,pass”. This portable format would be pretty easy to import into Dashlane, LastPass, 1Password or whatever.
| // ==UserScript== | |
| // @name 嗅探迅雷链接 Jaeger | |
| // @namespace https://gist.github.com/jae-jae/70f175342130f11df1ae7bd54b93581e | |
| // @version 1.4.6 | |
| // @description 嗅探页面内所有迅雷下载链接,方便批量离线下载 | |
| // @author Jaeger <JaegerCode@gmail.com> | |
| // @icon http://lixian.vip.xunlei.com/favicon.ico | |
| // @include http* | |
| // @require https://raw.githubusercontent.com/jae-jae/l.js/master/userjs/l.userjs.min.js | |
| // @require https://gist.githubusercontent.com/jae-jae/35a1833079d26e6c9d9c6d5bed982353/raw/userjs-base.js |
| // ==UserScript== | |
| // @name imgur direct images | |
| // @description Redirect to the raw images skipping the crappy HTML pages. | |
| // @include /^https?:\/\/imgur\.com\/[A-Za-z0-9]+$/ | |
| // @exclude *imgur.com/vidgif | |
| // @exclude *imgur.com/jobs | |
| // @exclude *imgur.com/about | |
| // @exclude *imgur.com/apps | |
| // @exclude *imgur.com/tos | |
| // @exclude *imgur.com/privacy |