This file contains 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.ai Limits Overlay (Dark Mode, Draggable) | |
// @namespace http://tampermonkey.net/ | |
// @version 2.0 | |
// @description Overlays various limit values on Perplexity.ai main and search pages, updates on submit | |
// @match https://www.perplexity.ai/ | |
// @match https://www.perplexity.ai/search* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// ==/UserScript== |
This file contains 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 Word Counter 2 (Dark Mode, Draggable) | |
// @namespace http://tampermonkey.net/ | |
// @version 1.5 | |
// @description Counts words on Perplexity search pages and estimates context, updates every 5 seconds, draggable | |
// @match https://www.perplexity.ai/search/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |