Skip to content

Instantly share code, notes, and snippets.

@adryd325
Created September 23, 2021 23:45
Show Gist options
  • Save adryd325/a74335cbb3e0d07a1794817790af2a8d to your computer and use it in GitHub Desktop.
Save adryd325/a74335cbb3e0d07a1794817790af2a8d to your computer and use it in GitHub Desktop.
shut up bbcolab
// ==UserScript==
// @name stfu bbcolab
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description Stupid hacky way to disable the bbcolab chat sound
// @author adryd <me@adryd.com>
// @match https://ca.bbcollab.com/collab/ui
// @icon https://ca.bbcollab.com/favicon.ico
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.webpackJsonp.push([
["stfuChatSound"],
{
"stfuChatSound": (module, exports, webpackRequire) => {
webpackRequire("./app/audio/chat.mp3").default=""
}
},
[["stfuChatSound"]]
])
})();
@adryd325
Copy link
Author

so theres a setting...

i wrote this for nothing lmao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment