Skip to content

Instantly share code, notes, and snippets.

View NobiteK's full-sized avatar
🫐

NobiteK

🫐
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 28, 2024 16:20
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@sneksnake
sneksnake / fakeVoiceOption.ts
Last active May 20, 2024 16:44
[Vencord] Use fakevoiceoptions command to toggle fake mute & deafen
import definePlugin, { OptionType } from "@utils/types";
export default definePlugin({
name: "Fake Voice Options",
description: "fake mute & deafen",
authors: [{
name: "SaucyDuck",
id: 1004904120056029256n
}],
patches: [
@astamicu
astamicu / Remove videos from Youtube Watch Later playlist.md
Last active May 29, 2024 00:35
Script to remove all videos from Youtube Watch Later playlist

UPDATED 22.11.2022

It's been two years since the last update, so here's the updated working script as per the comments below.

Thanks to BryanHaley for this.

setInterval(function () {
    video = document.getElementsByTagName('ytd-playlist-video-renderer')[0];

 video.querySelector('#primary button[aria-label="Action menu"]').click();