This file contains 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 Super Awesome | |
// @author Kelv | |
// @namespace http://www.example.com/gmscripts | |
// @description Scripting is fun | |
// @include http://www.example.com/* | |
// @include http://www.example.org/* | |
// @exclude http://www.example.org/foo | |
// @require foo.js | |
// @resource resourceName1 resource1.png |
This file contains 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
<script> | |
[ | |
Uint8Array, | |
Uint8ClampedArray, | |
Uint16Array, | |
Uint32Array, | |
Int8Array, | |
Int16Array, | |
Int32Array, | |
Float32Array, |
This file contains 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
[ | |
Uint8Array, | |
Uint8ClampedArray, | |
Uint16Array, | |
Uint32Array, | |
Int8Array, | |
Int16Array, | |
Int32Array, | |
Float32Array, | |
Float64Array |