Skip to content

Instantly share code, notes, and snippets.

View bquast's full-sized avatar
👋

Bastiaan Quast bquast

👋
View GitHub Profile
// ==UserScript==
// @name Grokipedia Search Result Copy URL
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Adds a copy URL button to each search result on the Grokipedia search results page.
// @author Bastiaan Quast
// @match https://grokipedia.com/search*
// @grant GM_setClipboard
// @grant GM_addStyle
// @run-at document-idle