Skip to content

Instantly share code, notes, and snippets.

View furkankurtoglu's full-sized avatar
🧬

Furkan Kurtoglu furkankurtoglu

🧬
View GitHub Profile
// // 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);
});