Skip to content

Instantly share code, notes, and snippets.

View chigkim's full-sized avatar

Chi Kim chigkim

View GitHub Profile
@chigkim
chigkim / remove-trap.js
Created December 21, 2024 20:30
Change dialog role to div on ChatGPT, so screen reader doesn't get trapped.
// ==UserScript==
// @name Remove ChatGPT Dialog
// @namespace http://tampermonkey.net/
// @version 2024-12-20
// @description Remove the invisible dialog that traps screen readers!
// @author Chi Kim
// @match https://chatgpt.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=chatgpt.com
// @grant none
// @run-at document-start
@chigkim
chigkim / rvc.sh
Last active August 9, 2023 22:43
Run RVC
apt update
apt -y install build-essential python3-dev ffmpeg screen unzip rename aria2
pip3 install --upgrade pip
pip3 install --upgrade setuptools wheel
pip3 install faiss-cpu==1.7.2 fairseq gradio==3.14.0 ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.2 torchcrepe tensorboard
git clone --depth=1 https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
cd Retrieval-based-Voice-Conversion-WebUI
@chigkim
chigkim / shown_hidden_spoken.html
Created July 28, 2023 21:13
shown, hidden, spoken
<html>
<head>
<title>Test</title>
</head>
<style>
.visually-hidden {
position: absolute;
position: absolute !important;
width: 1px !important;