├── .gitmodules ├── LICENSE ├── Makefile ├── README.md ├── bootstrap.js ├── chrome.manifest ├── content ├── minidactyl.jsm ├── pterosaur.js ├── pterosaur.png ├── subprocess.jsm └── subprocess_worker_unix.js └── install.rdf /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/README.md -------------------------------------------------------------------------------- /bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/bootstrap.js -------------------------------------------------------------------------------- /chrome.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/chrome.manifest -------------------------------------------------------------------------------- /content/minidactyl.jsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/content/minidactyl.jsm -------------------------------------------------------------------------------- /content/pterosaur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/content/pterosaur.js -------------------------------------------------------------------------------- /content/pterosaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/content/pterosaur.png -------------------------------------------------------------------------------- /content/subprocess.jsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/content/subprocess.jsm -------------------------------------------------------------------------------- /content/subprocess_worker_unix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/content/subprocess_worker_unix.js -------------------------------------------------------------------------------- /install.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardagnir/pterosaur/HEAD/install.rdf --------------------------------------------------------------------------------