Last active
April 1, 2018 07:57
-
-
Save Lykaksparsz/e667157b163a826f66c16edc9a53f415 to your computer and use it in GitHub Desktop.
Shut the monika up in finobe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Shut the fuck up, Monika. | |
| // @namespace https://gist.github.com/Lykaksparsz/e667157b163a826f66c16edc9a53f415/raw/6e4268bd84df1741b4e5698168fc04bbf8e8de68/ShutTheFuckUpMonika.user.js | |
| // @version 0.1 | |
| // @description Shut the monika up in finobe. | |
| // @author Lykakspars | |
| // @match https://finobe.com/* | |
| // @match https://fi.nobelium.xyz/* | |
| // @match https://finobe.com/*/* | |
| // @match https://fi.nobelium.xyz/*/* | |
| // @grant none | |
| // ==/UserScript== | |
| // Do you want to shut the fuck up doki doki literature club soundtrack, Because of this game was released 2017? this script is just for you. | |
| (function() { | |
| 'use strict'; | |
| var Monika = audio; | |
| if (!Monika) { | |
| console.error("There's no monika... :/"); | |
| } | |
| function Shut() { | |
| Monika.pause(); | |
| yourReality = "every day, I imagine a future wher- SHUT THE FUCK UP, IM PLAYING OLD ROBLOX!!!"; | |
| } | |
| Shut(); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment