Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name FullScreen grab keyboard.
// @version 0.1
// @description Let the html page get exclusive access to the keyboard when in full screen. This is handy for games or remote desktop.
// @match http://PUT_YOUR_WEBSITE_HERE/*
// @grant none
// @noframes
// @author toff
// ==/UserScript==