Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanacchi/RestoreFirefoxJS
userChromeJS scripts to restore Firefox features that have been removed or changed
https://github.com/hanacchi/RestoreFirefoxJS
firefox userchromejs
Last synced: 2 months ago
JSON representation
userChromeJS scripts to restore Firefox features that have been removed or changed
- Host: GitHub
- URL: https://github.com/hanacchi/RestoreFirefoxJS
- Owner: hanacchi
- License: mpl-2.0
- Created: 2021-04-24T21:23:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T22:06:04.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:48:36.974Z (5 months ago)
- Topics: firefox, userchromejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RestoreFirefoxJS
userChromeJS scripts to restore Firefox features that have been removed or changed# Installation
1. Follow the instructions for *method 3* [here](https://github.com/Aris-t2/CustomJSforFx#method-3---files-in-install-and-profile-folders).
2. Copy the scripts from this repository to the `chrome` folder in your profile directory.
3. Enable them in `userChrome.uc.js` by adding the following lines:
```javascript
load_js_script("./userChrome/view_image.uc.js");
load_js_script("./userChrome/view_video.uc.js");
load_js_script("./userChrome/copy_link_location.uc.js");
load_js_script("./userChrome/copy_image_location.uc.js");
```