WarGyLuremus / __wip__-random-agent-spoofer-pale-moon

Firefox addon - Rotates complete browser profiles ( from real browsers / devices ) at a user defined time interval. It includes many extra privacy enhancing options
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/
GNU General Public License v3.0
0 stars 0 forks source link

Create/find base code for changing the User Agent #1

Open WarGyLuremus opened 8 years ago

WarGyLuremus commented 8 years ago

All current code is copied from the main RAS page for studying purposes, we still need to write the base code for the plugin.

WarGyLuremus commented 8 years ago

I've found a user agent switcher that appears to be working on Pale Moon 25.8.1. If I can get the source code for it (or a plug-in like it), I may be able to use that as a frame work for further development.

dillbyrne commented 8 years ago

Hi @WarGyLuremus

If pale moon still uses the old widget module then you will need to change the code in lib/ActionButton.js and other places that reference it to use the widget. RAS used to use the widget module so you can look at the commits referenced in https://github.com/dillbyrne/random-agent-spoofer/issues/41 where the changes took place. Not all of the changes were related to that particular issue however.

If you have any questions feel free to ask.