Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] Problem to set up monkey patch. #1

Closed
Renan19 opened this issue Apr 7, 2019 · 2 comments
Closed

[HELP] Problem to set up monkey patch. #1

Renan19 opened this issue Apr 7, 2019 · 2 comments

Comments

@Renan19
Copy link

Renan19 commented Apr 7, 2019

Hey, i am trying to install the monkey path in firefox.

Seted -> general.config.filename to "monkey_Bug1421725_WebRequest.cfg"
Steed -> general.config.sandbox_enabled to false

user_pref("general.config.filename", "monkey_Bug1421725_WebRequest.cfg");
user_pref("general.config.sandbox_enabled", false);

Put monkey_Bug1421725_WebRequest.cfg (Downloaded here) in root Profile Path
put monkey_Bug1421725_WebRequest.cfg (Downloaded here) in root Firefox path

Dont work! what i am losing?

Firefox Version: 66.0.2
OS: Windows 10

If you can help, thanks!!

@tartpvule
Copy link
Owner

@Renan19
Have you tried earthlng's suggestions in arkenfox/user.js#265 (comment)? Namely the part about autoconfig.js.

To see if the patch is applied:

  1. Go to about:config
  2. Bring up Scratchpad (Shift+F4)
  3. Write Components.utils.import("resource://gre/modules/WebRequest.jsm", {})
  4. Press Inspect button
  5. Expand the HttpObserverManager property in the right panel
  6. If you see applyChanges2, the patch is applied successfully.

If the patch is applied but it doesn't appear to be working:

  1. Are there WebRequest-related error messages in the Browser Console?
  2. Do you have steps to reproduce the issue?

@Renan19
Copy link
Author

Renan19 commented Apr 15, 2019

@tartpvule
Hey, yes, i tried the sugestion. and tryed your test.
Now, its working in firefox lastest version, i can see the applychanges2.
great work, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants