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 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 |
OlderNewer