How to set up multiple accounts with Mutt E-mail Client
Thanks to this article by Christoph Berg
Directories and files
~/| (async () => { | |
| const twitterClientToken = | |
| "AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA"; | |
| function getCookie(cname) { | |
| const name = cname + "="; | |
| const decodedCookie = decodeURIComponent(document.cookie); | |
| let ca = decodedCookie.split(";"); | |
| for (let i = 0; i < ca.length; i++) { |
| // // https://twitter.com/settings/your_twitter_data/twitter_interests | |
| // Lots of discussion and improvement of the original script in the comments | |
| // Here's the best version that works well | |
| // Because Twitter stops the script working after unchecking 50 interests, so you will almost certainly have to run the script multiple times | |
| function sleep(milliseconds) { | |
| return new Promise(function (resolve) { | |
| return setTimeout(resolve, milliseconds); | |
| }); |
Thanks to this article by Christoph Berg
Directories and files
~/