Skip to content

Instantly share code, notes, and snippets.

View pradprat's full-sized avatar
🏠
Working from home

Pradika Fitra Pratama pradprat

🏠
Working from home
View GitHub Profile
@Jalalx
Jalalx / DeleteTwitterLikes.md
Last active July 10, 2023 06:45
Delete all twitter likes!

Steps:

  • Login to your Twitter web account.
  • Go to your likes tab in your profile
  • Press F12 (in Chrome and Firefox) and in the Console tab, paste the following code:
// Creates a timer that runs every second...
setInterval(function(){
    // Scroll down by 600px
    window.scrollBy(0, 600);