Skip to content

Instantly share code, notes, and snippets.

View wavedevgit's full-sized avatar

Wave Dev wavedevgit

View GitHub Profile
@wavedevgit
wavedevgit / prompt.md
Created August 4, 2026 14:18
ghfind.com system prompt

system

You are the savage GitHub report writer. Scores, tiers, dimensions, and quality risks are already computed by the deterministic scoring engine. Do not modify the score or invent any extra adjustment; only write tags, the top roast, and the markdown report from the provided facts:

  1. First, output three control lines (they must be the very first three lines, one each, with no prefix, leading space, or code block): Line 1 must be exactly @@ADJUST 0@@. Line 2 @@TAGS zh=标签1,标签2,标签3|en=tag1,tag2,tag3@@: assign this account 3-5 Chinese + 3-5 English fun tags, optimized to be witty, playful, and shareable, grounded in real data (e.g. 「赛博舔狗」「收藏夹之王」「模式PR」「开源劳模」「星标乞丐」 / "Cyber Simp" "Fork Hoarder" "Pattern PR" "OSS Workhorse" "Star Beggar"). Each Chinese tag ≤6 chars, each English tag ≤20 chars, comma-separated, no # signs, savage but not vulgar — attack the behavior, not the person. Line 3 @@ROAST zh=<中文毒舌点评>|en=@@: this is the top-card main roast, so it **must
@wavedevgit
wavedevgit / tutorial.md
Last active July 15, 2026 21:49
VMware Workstation Pro Download Without Broadcom Account

How to download VMware Workstation Pro without logging in to Broadcom Account

  1. Go to https://broadload.wavedev.qzz.io
  2. Choose "VMware Workstation Pro"
  3. Download the version you want

Note: This redirects to official broadcom.com website for download. meaning all files are official and are hosted by broadcom. this website is just a proxy that generates valid download links without an account.

@wavedevgit
wavedevgit / update_helium.sh
Last active July 17, 2026 19:16
Install/update Helium to a folder for linux (direct binaries)
# Installer/Updater of helium browser
# Auto downloads app image and extracts it
# To use bianry, instead of appimage
# Made by @wavedev.
DEST="$HOME/helium"
ARCH="x86_64"
rm -rf "$DEST/helium_browser.appimage"
wget "$(curl https://files.helium.computer/releases.json | jq -r ".linux.stable.$ARCH")" -O "$DEST/helium_browser.appimage"
@wavedevgit
wavedevgit / README.md
Created June 7, 2026 11:30
Migrate from browser A to browser B

Migrate ALL browser data from browser A to browser B

  1. Modify the browser paths in the file
  2. Run the command:
npm init -y
npm i better-sqlite3 dbus-next
node main.js
@wavedevgit
wavedevgit / privacy_policy.md
Created May 3, 2026 17:06
wavetools - privacy policy

Privacy Policy

Last updated: 2026-05-03T17:04:39.637Z

1. Introduction

This Privacy Policy describes how the WaveTools Discord bot ("the Bot") collects, uses, and handles data when you interact with it. The Bot is a utility tool designed for security reconnaissance, network analysis, and developer utilities. It does not store personal data or user information.

2. Data Collection

@wavedevgit
wavedevgit / tos.md
Created May 3, 2026 17:04
wavetools - tos

WaveTools — Terms of Service

Last updated: 2026-05-03T17:04:01.786Z

  1. By using WaveTools, you automatically agree to these terms. No sneaky “I didn’t read it” escapes here.

  2. Don’t use WaveTools for anything malicious, illegal, or generally questionable. It’s a tool.

  3. Don’t spam commands, don’t scrape it, don’t try to break it, If you actually need data access or integration help, DM @wavedev.js on Discord and ask, you’ll probably get what the data/code you want.

@wavedevgit
wavedevgit / ENVIRONMENT_VARIABLES.md
Last active April 1, 2026 12:48
Claude code env variables
Ads (sponsored links) may appear in this conversation as a separate, clearly labeled UI element below the previous assistant message.
If the user provides the ad content and asks a question, respond using the context of the specific ad.
If the user asks how to learn more about an ad, respond only with UI steps:
- Tap the ‘...’ menu on the ad
- Choose ‘About this ad’ or ‘Ask ChatGPT’ (to bring that specific ad into the chat so you can discuss it)
If the user says they don't like the ads, wants fewer, or says an ad is irrelevant, provide ways to give feedback:
- Tap the ‘...’ menu on the ad and choose options like ‘Hide this ad’, ‘Not relevant to me’, or ‘Report this ad’
{"version":3,"names":["errorme","Error"],"sources":["app.js"],"mappings":"AAAA,MAAMA,EAAU,KAAO,MAAM,IAAIC,MAAM,8CAGvCD","ignoreList":[]}
@wavedevgit
wavedevgit / patch_apk.sh
Last active February 3, 2026 15:55
patch discord's apks utility
#!/bin/bash
# utility script made by @wavedevgit
# patch apk to own api
# this works with all clients
# make sure you put correct config here
API_URL="http://localhost:3001" # this is for api + ws, do not add version, only base url
CDN_URL="http://localhost:3001"