Skip to content

Instantly share code, notes, and snippets.

View oasisfeng's full-sized avatar
🏠
Working from home

oasisfeng oasisfeng

🏠
Working from home
View GitHub Profile
@oasisfeng
oasisfeng / increase-audio-playback.user.js
Last active September 7, 2021 16:42 — forked from SeanMcP/increase-audio-playback.user.js
🎧 Increase the playback speed of audio elements around the web
// ==UserScript==
// @name Increase audio playback
// @namespace https://seanmcp.com
// @version 0.1
// @description Increase the playback speed of audio elements around the web
// @author Sean McPherson, forked by Oasis Feng
// @match *://*/*
// @require https://cdn.jsdelivr.net/gh/CoeJoder/waitForKeyElements.js@v1.2/waitForKeyElements.js
// @grant GM_addStyle
// ==/UserScript==