Skip to content

Instantly share code, notes, and snippets.

@schockocraft
schockocraft / mdn-fix-sidebar-scroll.js
Last active October 23, 2022 15:36
MDN sidebar scroll fix
// ==UserScript==
// @name MDN sidebar scroll fix
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fixes MDN site scrolling the content instead of the sidebar when the mouse is left of the sidebar
// @author schockocraft
// @match https://developer.mozilla.org/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
@schockocraft
schockocraft / mdn-fix-js-code-examples.js
Created September 21, 2022 20:05
MDN js code examples fix
// ==UserScript==
// @name MDN js code examples fix
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fixes MDN code examples formatting glitch on javascript function's pages loading in background by automatically reloading the frame
// @author schockocraft
// @match https://developer.mozilla.org/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==