Script to automatically unfollow all not-mutual followings on Twitter.
Скрипт для автоматичної відписки від людей, які на вас не підписані у Твіттері.
-
Open Twitter in a browser and go to the page Followings: https://twitter.com/username/following. Replace
username
with your username in the link.
Відкрийте Твіттер у браузері та перейдіть до сторінки Підписок: https://twitter.com/username/following. Заменітьusername
на ваш фактичний юзернейм у посиланні. -
Press
F12
orFn+F12
to open the browser's DevTools window. If the shortcut doesn't work, let's move your mouse over any element on the page, press Right Mouse Button, and select Inspect.
НатисністьF12
абоFn+F12
, щоб відкрити Панель Розробника у вашому браузері. Якщо ця комбінація нічого не відкрила, спробуйте навести мишею на будь якому елементі на сторінці, натиснути Праву Кнопку Миші та виберіть Інспектувати.

- Open the tab Console.
Відкрийте таб Консоль.

- Return to the current repository and open the file index.js. Let's copy all content from the file.
Поверніться до поточної сторінки, відкрийте файл index.js та скопіюйте увесь вміст.

- Go back to the Followings page and Console tab, insert the copied code from the file
index.js
to the first row and pressEnter
.
Поверніться до сторінки Підписок та табу Консоль, вставте скопійований код зindex.js
файлу у перший рядок.


- Wait a few minutes while the script going to be completed. You have to see the green message
Done!
.
Зачекайте декілька хвилит, допоки скрипт не завершить свою роботу. Ви повинні побачити зелений написDone!
.
