Simple Firefox automation addon for anything between SlimerJS and GreaseMonkey https://addons.mozilla.org/en-US/firefox/addon/zombie-navigator/
BM-2cWimYg96o7rdmFy99U5RMdQGpXrx75NCE 8c950de2bc Version 0.4.4 | před 9 roky | |
---|---|---|
branding | před 9 roky | |
jsdoc | před 9 roky | |
src | před 9 roky | |
.gitignore | před 9 roky | |
LICENSE | před 9 roky | |
Makefile | před 9 roky | |
README.markdown | před 9 roky | |
archive.sh | před 9 roky | |
build-docs.sh | před 9 roky | |
build.sh | před 9 roky | |
calc-size.sh | před 9 roky | |
demo-headless.sh | před 9 roky | |
headless-run.sh | před 9 roky | |
list-builds.sh | před 9 roky | |
run.sh | před 9 roky | |
show-required.sh | před 9 roky | |
validate.sh | před 9 roky |
A simple Firefox automation addon
src/
The addon source codebranding/
Branding source code (artworks)jsdoc/
JSDoc-based API documentation source code (experimental)build-docs.sh
Build the API documentation with JSDocbuild.sh
Build the addonrun.sh
Run the addon off the source tree (requires non-release non-beta Firefox due to signing requirement)LICENSE
The GNU Affero General Public License, version 3Firefox (or equivalent) 38+ is required.
npm install -g jpm
npm install -g jsdoc
(to regenerate documentations)advzip
utility)We named this program "Zombie Navigator" because it effectively turns Firefox into an automated "zombie" web browser. "Zombie scripts", which run inside a secure sandbox navigate Firefox!
The icon says "Web Browser" in Arabic. Just that. Maybe too simple. But we do not invest much in visual design.
Firefox is a registered trademark of the Mozilla Foundation. The term "Firefox" in this product, however, may also mean rebranded products derived from the official Firefox.
~
for prereleases (compatible with AMO)Copyright © 2015 Zombie Navigator Developers
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The GNU Affero General Public License (GNU AGPL for short) is included under the file name 'LICENSE'