Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethagnawl/github-open-external-links-in-new-tab
A proof-of-concept Firefox Add-on built using ClojureScript
https://github.com/ethagnawl/github-open-external-links-in-new-tab
Last synced: about 10 hours ago
JSON representation
A proof-of-concept Firefox Add-on built using ClojureScript
- Host: GitHub
- URL: https://github.com/ethagnawl/github-open-external-links-in-new-tab
- Owner: ethagnawl
- License: other
- Created: 2015-12-18T05:30:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T06:02:21.000Z (about 9 years ago)
- Last Synced: 2024-11-26T00:12:05.008Z (2 months ago)
- Language: Clojure
- Size: 17.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This project is just a proof-of-concept. Functionally, all the Add-on does is
open outbound links on github.com in a new browser tab. I wanted to try
building a Firefox Add-on with ClojureScript and this was the first marginally
useful idea that I came up with.## Dependencies
- [Node - 0.12.3](https://nodejs.org/en/)
- [JPM - 1.0.3](https://www.npmjs.com/package/jpm)
- [Boot - 2.5.1](http://boot-clj.com/)## Running the Add-on Locally
- `npm run add-on`## Packaging the Add-on
- `npm run package`## TODO
- port index.js to cljs
- use :advanced compilation mode
- introduce toggle button and allow users to toggle add-on on/off
- use boot for publish, package, etc.## Resources
- [Firefox Add-on SDK "Getting Started" tutorial](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_Started_%28jpm%29)
- [Demo Video](https://www.youtube.com/watch?v=3VDqUlXCnoU&feature=youtu.be)