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
#!/usr/bin/env python3 | |
import argparse | |
import base64 | |
import bz2 | |
import hashlib | |
import re | |
import subprocess | |
import sys | |
import traceback |
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 FlipEnter | |
// @version 1.0.0 | |
// @description Shift(Ctrl/Cmd)+Enter to send the prompt; Enter for a new line | |
// @author bitwise-orange | |
// @match https://chatgpt.com/* | |
// @match https://claude.ai/* | |
// @match https://www.perplexity.ai/* | |
// @match https://gemini.google.com/* | |
// @match https://v0.dev/* |