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 DeepSeek Input Emulator | |
// @namespace http://tampermonkey.net/ | |
// @version 1.19 | |
// @description Easily run a prompt on chat.deepseek.com from the URL bar using a keyword, requiring custom search engine setup. | |
// @updateURL https://gist.githubusercontent.com/orca131/7f4dd7f2ec377c09cdb8b0ad5cd10e68/raw/DeepSeek-Prompt-Automation.js | |
// @downloadURL https://gist.githubusercontent.com/orca131/7f4dd7f2ec377c09cdb8b0ad5cd10e68/raw/DeepSeek-Prompt-Automation.js | |
// @homepageURL https://gist.github.com/orca131/7f4dd7f2ec377c09cdb8b0ad5cd10e68 | |
// @author Grok | |
// @match https://chat.deepseek.com/* |