/on-before-request-bug

Firefox addon that simple logs to the console when onBeforeRequest is called

Primary LanguageJavaScript

on-before-request-bug

Firefox addon that simply logs to the console when onBeforeRequest is called

Steps to recreate the bug:

  1. Open Firefox to about:debugging#addons.
  2. "Load Temporary Add-on...".
  3. Find and select the manifest.json file in this repo.
  4. Start "Debug" mode.
  5. Open a new tab and go to "status.twitter.com" and note the output to the console.
  6. Open a new tab and go to "mobile.twitter.com" and note the lack of output to the console.