Skip to content

Instantly share code, notes, and snippets.

View HarryPhillips's full-sized avatar
🎯
Focusing

Harry Phillips HarryPhillips

🎯
Focusing
View GitHub Profile
@HarryPhillips
HarryPhillips / sizzy-no-scrollbars.js
Last active July 2, 2018 12:52
Userscript: Remove / Toggle scrollbars for Sizzy (https://github.com/kitze/sizzy)
// ==UserScript==
// @name Toggle Sizzy Scrollbars
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Removes scrollbars from Sizzy's iframes whilst providing a manual override button for each iframe too.
// @author Harry Phillips
// @match http://sizzy.co/*
// @grant none
// ==/UserScript==