Skip to content

Instantly share code, notes, and snippets.

@rotemdan
rotemdan / YTCM-AlternativeTopBarBehavior.user.js
Last active August 29, 2015 14:24
YouTube Cinema Mode - Alternative Top Bar Behavior
// ==UserScript==
// @name YouTube Cinema Mode - Alternative Top Bar Behavior
// @description Improves the YouTube experience by maximizing video player real-estate and fixing some common annoyances.
// @license MIT
// @match https://www.youtube.com/*
// @version 0.1.12
// @run-at document-start
// @grant none
// @require https://code.jquery.com/jquery-2.1.4.min.js
// @namespace https://greasyfork.org/en/users/4614
@rotemdan
rotemdan / wikipedia-cleanup.css
Created September 15, 2021 07:15
Cleans up Wikipedia. Removes all UI elements. To be used with a stylesheet extension like Stylus.
body, html
{
font-family: sans-serif !important;
width: auto !important;
height: auto !important;
}
h1, .mw-headline
{
font-family: sans-serif !important;