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
| -------------------------------------------------------- | |
| -- NoScript plugin for luakit -- | |
| -- (C) 2011 Mason Larobina <[email protected]> -- | |
| -------------------------------------------------------- | |
| -- Get Lua environment | |
| local os = require "os" | |
| local tonumber = tonumber | |
| local assert = assert | |
| local table = table |
NewerOlder