Skip to content

Instantly share code, notes, and snippets.

View GrzegorzManiak's full-sized avatar
👋

Grzegorz Maniak GrzegorzManiak

👋
View GitHub Profile
@GrzegorzManiak
GrzegorzManiak / delete_youtube_comments.js
Created October 13, 2023 14:49
Delete all your youtube comments automatically
//
// ENSURE that you are on your own page
// https://myactivity.google.com/page?hl=en&pli=1&page=youtube_comments
//
// Wait for the page to fully load, and than copy / paste this script
// into the console.
//
// There are two variables that you can change, SLEEP_FOR and CLICK_DELAY
// --> SLEEP_FOR: Min,Max timeout before scrolling down
// --> CLICK_DELAY: Min,Max timeout between clicking the element
// ==UserScript==
// @name Exam Papers Link Extractor
// @namespace http://tampermonkey.net/
// @version 2024-01-01
// @description Extracts links from the exam papers website and displays them in a popup window.
// @author https://git.grzegorz.ie/
// @match *://exampapers-ta-tudublin-ie.tudublin.idm.oclc.org/*
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jszip.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=oclc.org
// @grant none