This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
OlderNewer