חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Browser flag to run extensions on Chrome:// pages

  • 4 תגובות
  • 1 has this problem
  • 20 views
  • תגובה אחרונה מאת thenry.he

more options

Im trying to make a advanced theme. Im at the point where CSS Combinators are not going to work for what I want to accomplish. My next step is running a js script through tampermonkey on chrome://browser/content/browser.xhtml However I cant run extensions on Chrome:// pages I know Google Chrome has a flag to do this and was wondering if Firefox has one too. I know this causes security issues but I want to do it anyway

Im trying to make a advanced theme. Im at the point where CSS Combinators are not going to work for what I want to accomplish. My next step is running a js script through tampermonkey on chrome://browser/content/browser.xhtml However I cant run extensions on Chrome:// pages I know Google Chrome has a flag to do this and was wondering if Firefox has one too. I know this causes security issues but I want to do it anyway

כל התגובות (4)

more options

You could modify the code to run via the autoconfig.cfg file.

more options

This does not look like what I want. Is there really no flag to allow extensions to run on special pages?

more options

chrome://browser/content/browser.xhtml is the main Firefox process and running scripts requires special previleges.

What kind of scripts do you have in mind (i.e. what features do you want to control) ?

more options

Im trying to make it so when the user is typing in the address bar the rest of the top turns white. Sort of bringing focus to what you are typing. I just think it looks cool and have a theory of less distractions when typing leading to better search results lol