I'll need to check my version when I get homeFPR20 is out now
Cheers
Hugh
Hi all, I just got here trying to get better performance on an old laptop.
I use to work with GoogleDocs spreadsheets but after installing this, I just can't use the 'right click' button on any cell on the spreadsheet: instead of opening the Google Spreadsheet menu (add cell, format, paste, etc) it opens the firefox webbrowser menu (Select all, view source, inspect element, etc) on top of the Google Spreadsheet menu.
Is this expected?
Do you know which tweak could be the source of this problem?
Regards.
Well, that fixed it.I've just tested my TFF with Google Sheets and the right click is present.
My own prefs are customised to my needs and I personally find them better than foxPEP - you are free to use them but I offer no guarantees etc.
Hi all, I just got here trying to get better performance on an old laptop.
I use to work with GoogleDocs spreadsheets but after installing this, I just can't use the 'right click' button on any cell on the spreadsheet: instead of opening the Google Spreadsheet menu (add cell, format, paste, etc) it opens the firefox webbrowser menu (Select all, view source, inspect element, etc) on top of the Google Spreadsheet menu.
Is this expected?
Do you know which tweak could be the source of this problem?
Regards.
That fixed it.Hi there,
Enter into the address bar about:config, search for the preference dom.event.contextmenu.enabled, and double-click it to set it back to the true default. Restart the browser, then give Google Docs another try.
I'm testing it on Firefox v75.0b11 (64-bit) on Windows 10.If I may ask, which browser, version, and OS are you experiencing this behavior on? And does foxPEP indeed present an otherwise positive performance improvement to Web navigation?
Thank you very much!
This turned my FF lightening fast
What system/OS are you using it on?
@MacBH928 Sure. It's essentially a pre-set configuration script that modifies advanced settings within the browser not normally pictured to the end user. (you can still tell the browser to present said settings by entering into the address bar about:config)
The project was started as a fork of the UOC Patch with the additional goals of user accessibility, a no-compromise compatibility model, security with the user's best interests in mind, and absolute maximum browsing performance. At its current and beginning stages, it was targeted for disadvantaged hardware simply because that's where it proved most useful.
In essence, the settings within the script tell the browser exactly how it should load websites, how it should render embedded content, how it should scroll the webpage when an input is received, how it should economically allocate disk and memory usage, and how to use other built-in features and services so that the user's personal privacy and browsing security may be enhanced and outright hardened in a digital climate where it is endlessly, shamefully disrespected.
A deeper analysis of the script's precise actions are provided in the foxPEP Wiki, which is available within post #1, or as a PDF file included with the download on offer.
As for faster and more widespread hardware, I am currently allowing the script as much time to mature as possible in order to prove itself stable, reliable, and bulletproof enough for even mission-critical scenarios before releasing it to the masses on Reddit, among other sites. And as far as I'm aware, every download lacking an accompanying inquiry or complaint is another use case where the script filled the job description with zero issue.
So the roadmap certainly seems to be coming along, if that more or less answers your question.
Some may have noticed that foxPEP currently makes Arctic Fox on Linux crash upon startup. The offending preferences, belonging to the Fluidity Engine, are the following and must be manually removed by the user prior to installing in the Arctic Fox profile folder.
user_pref("gfx.canvas.azure.backends", "cg,skia,cairo");
user_pref("gfx.content.azure.backends", "cg,skia,cairo");
Possibly, this is due to a conflicting compilation option in Arctic Fox for Linux, which when combined with the above preferences, prevents the browser from properly initializing. Removing the above preferences removes the confliction and allows the browser to proceed normally.