Skip to content

Instantly share code, notes, and snippets.

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

Alex xDsquare

🏠
Working from home
View GitHub Profile
@qoomon
qoomon / youtube_clean_watch_later_videos.js
Last active April 15, 2024 07:25
Clean YouTube Watch Later Videos
// Version 2.0.1
// This script will remove all videos from watch later list
//
// Usage
//
// #1 go to https://www.youtube.com/playlist?list=WL
// #2 run following script in your browser console
(async function() {
const playlistName = document.querySelector('.metadata-wrapper #container #text')?.textContent || document.querySelector('#text')?.textContent
@AidasK
AidasK / HowToDeleteAllCloudflareRecors.md
Last active July 20, 2024 17:55
Cloudflare delete all DNS records. Just go to cloudflare dns zones, open your browers developer console and paste this javascript code.

image

Real developers are not used to clicking, it's allways easier to write a script to do it for you.