This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |