Skip to content

Instantly share code, notes, and snippets.

View cjanietz's full-sized avatar
:shipit:
Totally not a Gopher

Christopher Janietz cjanietz

:shipit:
Totally not a Gopher
  • MediaMarktSaturn
View GitHub Profile
@cjanietz
cjanietz / userscript.js
Last active June 8, 2024 03:10
Perplexity Model Selection User Script
// ==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