Skip to content

Instantly share code, notes, and snippets.

View angeld23's full-sized avatar
🐈
meow mreow mewmeow mrrow meow

Angel angeld23

🐈
meow mreow mewmeow mrrow meow
View GitHub Profile
@angeld23
angeld23 / remove_twitter_discover_more.user.js
Last active June 14, 2023 01:03
Remove Twitter Discover More Section: Removes the "Discover More" section on tweet replies
// ==UserScript==
// @name Remove Twitter Discover More Section
// @namespace https://d23.dev/
// @version 1.1
// @description Removes the "Discover More" section on tweet replies
// @author angeld23
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==
@angeld23
angeld23 / remove_twitter_blue_promo.user.js
Last active March 9, 2024 03:23
Remove Twitter Blue Promotions: Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// ==UserScript==
// @name Remove Twitter Blue Promotions
// @namespace https://d23.dev/
// @version 1.1
// @description Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// @author angeld23
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==
@angeld23
angeld23 / vanished_tweet_recovery.user.js
Last active March 4, 2024 20:18
Vanished Tweet Recovery: Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it
// ==UserScript==
// @name Vanished Tweet Recovery
// @namespace https://d23.dev/
// @version 1.1
// @description Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it
// @author angeld23
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==
@angeld23
angeld23 / youtube_video_persistence.js
Last active April 8, 2024 21:47
YouTube Video Persistence Userscript (saves your place so you can come back later)
"use strict";
// ==UserScript==
// @name YouTube Video Persistence
// @namespace http://tampermonkey.net/
// @version 1.4
// @description Makes YouTube videos persistent, saving your place so you can come back later.
// @author angeld23
// @match *://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
-- Name: Leaderstats Module
-- Author: angeld23
-- Date: 2022-17-01
-- Description: Wrapper that automatically handles the creation and modification of leaderstats inside Roblox Player instances.
--[[ Usage Example
```lua
local Leaderstats = require(Path.To.Leaderstats.Module.Here)
local Player1 = game.Players.Player1