User:Polygnotus/Scripts/Whatshouldinamethis.js: Difference between revisions

Created page with '* * Scrapes all WikiProjects from the Category:Active WikiProjects page * and copies them to clipboard in a bulleted list format: function scrapeWikiProjects() { // Check if we're on the right page if (!window.___location.href.includes('Category:Active_WikiProjects')) { console.error('Please run this script on the Category:Active WikiProjects page'); return; } // Get all links in the category list const links = document.querySelectorA...'
 
 
(No difference)