Skip to content

Instantly share code, notes, and snippets.

@Lykaksparsz
Last active April 1, 2018 07:57
Show Gist options
  • Select an option

  • Save Lykaksparsz/e667157b163a826f66c16edc9a53f415 to your computer and use it in GitHub Desktop.

Select an option

Save Lykaksparsz/e667157b163a826f66c16edc9a53f415 to your computer and use it in GitHub Desktop.
Shut the monika up in finobe.
// ==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