Cannot install scripts; userChromeJS working #166
Unanswered
VLM-TechEd
asked this question in
General Support
Replies: 3 comments 2 replies
-
What does the inside of the text file look like? Like this? // ==UserScript==
// @name BeQuiet
// @author xiaoxiaoflood
// @include main
// @startup UC.beQuiet.exec(win);
// @shutdown UC.beQuiet.destroy();
// @onlyonce
// ==/UserScript==
// inspired by https://addons.mozilla.org/en-US/firefox/addon/be-quiet/
UC.beQuiet = { |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, they look like that.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, I’ll try that. They all go into the chrome folder, correct? Or do they go into a subfolder?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. I am feeling frustrated. I have successfully installed userChromeJS and StyloiaX, as well as Tab Mix Plus (from onemen). But every time I try to download a script from this page, https://github.com/xiaoxiaoflood/firefox-scripts, when I right-click and select Save Target As, I end up with either a .txt file or an .htm file in my chrome folder. And nothing works. What to do? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions