Skip to content

Instantly share code, notes, and snippets.

@jnovack
Created April 18, 2017 21:05
Show Gist options
  • Save jnovack/2f3ac38bda218e3d3ff320ab7d282541 to your computer and use it in GitHub Desktop.
Save jnovack/2f3ac38bda218e3d3ff320ab7d282541 to your computer and use it in GitHub Desktop.
Freeze Window
// ==UserScript==
// @name Freeze Window
// @namespace
// @version 0.0.1
// @description
// @author Justin J. Novack
// @include http*://*.hotslogs.com/*
// @run-at document-end
// ==/UserScript==
Object.freeze(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment