-
Notifications
You must be signed in to change notification settings - Fork 39
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
releasing a firefox "portable" version with pre-installed addons. #120
Comments
First release is here: https://github.com/tracking-exposed/binaries/releases/tag/browser-alpha will soon modify this issue in "i want to know how to setup my browser to conduct research with fbtrex"
|
Here is a preview of the DIY guide. How to run facebook tracking exposed on a secondary facebook profile in your desktop environment.1. Download FirefoxIf you have it already, you can skip this step. 2. Create a new dedicated profile.Open
Once you open the command line, type:
Firefox shouldn't open but the new profile will be created. 3. Start Firefox from command lineDo not start firefox normally, but open a command line (such as
This will launch a separate instance of Mozilla Firefox (if you are already running it) 4. Install fbTREXInstall facebook.tracking.exposed for Mozilla Firefox at this link: 5. Log to your secondary Facebook accountNow you can login to Facebook. Remember to save your login so every time you run Firefox with this profile you can start collecting posts. Optional: 6. Install Tampermonkey, Autoscroller and tweak it.After you logged on facebook for the first time, you can optionally download Tampermonkey and an Autoscroller script to automate scrolling and therefore posts collection.
Optional: 7. Make facebook your home pageIf you are going to use this browser for facebook.tracking.exposed only, IMPORTANT! REMEMBER TO RUN FIREFOX WITH THE FOLLOWING COMMAND EVERY TIME:
Optionally, you can create a small script that runs firefox automatically. You |
This is a stub for a second page to instruct on how to use it How to use our customized Firefox browser?Why would you want to use a customized Firefox browser? Windows
Linux
|
We want to release a tool for researchers to use to collect data while doing other tasks (for example at work). The solution proposed is to modify the last version of firefox ESR (for linux/mac) and firefox portable (for windows only).
The problem is that firefox must be modified and re-compiled from source in order to use a "local" profile. It must be run with a shell script in linux/mac environments, while the windows portable edition allows to include preinstalled and tweaked extensions (such as including scripts for tampermonkey).
... We have two alpha versions. one for windows and one for ubuntu.
IMPORTANT: if you use the one for ubuntu make sure to not start "firefox" but use the "start_firefox" shell script instead. Open the readme.nfo file for more details.
The text was updated successfully, but these errors were encountered: