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 Perplexity Model Selection | |
// @version 0.1 | |
// @description Adds a custom button to Perplexity AI using jQuery | |
// @author dpgc | |
// @match https://www.perplexity.ai/* | |
// @updateURL https://gist.github.com/cjanietz/703a88924e50e1a30cb6ffc52bc52bd9/raw/userscript.js | |
// @downloadURL https://gist.github.com/cjanietz/703a88924e50e1a30cb6ffc52bc52bd9/raw/userscript.js | |
// @grant none | |
// @run-at document-end |