-
Notifications
You must be signed in to change notification settings - Fork 67
DevFAQ
dhowe edited this page Sep 4, 2017
·
3 revisions
- How to download/build?
- How to view debugging messages?
- How to test on various platforms?
- How to do release testing?
-
Open the TrackMeNot project folder in your text editor.
-
Then and in
trackmenot.jsfile change the variablevar debug_totrue. -
Make sure you then reload the file to Chrome/Opera.
-
Next, in Chrome/Opera go to
chrome://extensions/and enable or enterDeveloper mode. -
Under the
TrackMeNotextension, clickbackground pagewhich should then pull up a new window that will log all debugging messages. -
If you are using Firefox, go to
about:debugging#addonsand clickenable add-on debugging. Then underTrackMeNoton the same page clickDebugwhich should open a new window with the debugging log.
pending