Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leto/.js
Scripts for the dotjs Firefox extension.
https://github.com/leto/.js
Last synced: 5 days ago
JSON representation
Scripts for the dotjs Firefox extension.
- Host: GitHub
- URL: https://github.com/leto/.js
- Owner: leto
- Created: 2012-03-31T16:45:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-25T05:23:33.000Z (almost 13 years ago)
- Last Synced: 2024-11-15T02:44:33.881Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotjs scripts
## What is dotjs?
dotjs is an extension that executes JavaScript files in `~/.js` based on their filename and the domain of the site you are visiting.If you navigate to , dotjs will execute `~/.js/google.com.js`. This makes it super easy to spruce up your favorite pages using JavaScript.
Bonus: files in `~/.js` have jQuery 1.5 loaded, regardless of whether the site you're hacking uses jQuery.
GreaseMonkey user scripts are great, but you need to publish them somewhere and re-publish after making modifications. With dotjs, just add or edit files in `~/.js`.
## Browser support
* [Chrome/Chromium](https://github.com/defunkt/dotjs)
* [Safari/WebKit](https://github.com/wfarr/dotjs.safariextension)
* [Firefox](https://github.com/rlr/dotjs-addon)## What are these scripts?
These are my own scripts that I use for various sites. You can use them if you want. They're [MIT licensed](http://opensource.org/licenses/mit-license).
## How do I install?
cd ~
git clone git://github.com/skyzyx/.js.gitdotjs will automatically pick them up and start applying them. :)