Skip to content

Instantly share code, notes, and snippets.

View bitwise-orange's full-sized avatar

Kangin (K) bitwise-orange

View GitHub Profile
@bitwise-orange
bitwise-orange / flip-enter.js
Last active September 16, 2025 02:12
FlipEnter – On AI Serivces, press Enter for a new line, Shift/Ctrl/Cmd + Enter to send the prompts!
// ==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/*
@bitwise-orange
bitwise-orange / verify_opnsense.py
Last active September 28, 2025 09:38
Automated verification script for OPNsense downloads
#!/usr/bin/env python3
import argparse
import base64
import bz2
import hashlib
import re
import subprocess
import sys
import traceback