Skip to content

Instantly share code, notes, and snippets.

@aymericbeaumet
aymericbeaumet / delete-likes-from-twitter.md
Last active August 9, 2025 07:15
[Recipe] Delete all your likes/favorites from Twitter

Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.

  1. Go to: https://twitter.com/{username}/likes
  2. Open the console and run the following JavaScript code:
setInterval(() => {
  for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
    d.click()
 }
@Ellivers
Ellivers / anime-tracker.user.js
Last active July 31, 2025 04:40
AnimePahe Improvements
// ==UserScript==
// @name AnimePahe Improvements
// @namespace https://gist.github.com/Ellivers/f7716b6b6895802058c367963f3a2c51
// @downloadURL https://gist.github.com/Ellivers/f7716b6b6895802058c367963f3a2c51/raw/anime-tracker.user.js
// @match https://animepahe.com/*
// @match https://animepahe.org/*
// @match https://animepahe.ru/*
// @match https://kwik.*/e/*
// @match https://kwik.*/f/*
// @grant GM_getValue
@stugmi
stugmi / freevods.user.js
Created January 21, 2024 00:45
[ActionScript] Twitch sub only VOD bypass
// ==UserScript==
// @name NoSubVod
// @author smug
// @description free vods
// @version 1.0.0
// @match https://www.twitch.tv/*
// @include https://cdn.jsdelivr.net/gh/besuper/*/src/amazon-ivs-worker.min.js
// @grant GM.webRequest
// @run-at document-start
// ==/UserScript==
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 21, 2025 17:22
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests