Tampermonkey® by Jan Biniok

Q600: Where can I find Tampermonkey's console output?

A600 Before getting the output you have to enable debug output. Just click at the Tampermonkey icon, choose "Dashboard", select the "Settings" tab and set "Logging Level" to "Debug"". ( video tutorial)

There are 3 different consoles that Tampermonkey might write log messages to.

Background Context Console

  1. Navigate to chrome://extensions in a new tab.
  2. Find Tampermonkey and click Details.
  3. Under the Inspect views section, click the "service worker" link. This opens DevTools for the background context in a new window. ( video tutorial)

Note: Inspecting the service worker keeps it active. Always close DevTools afterward to test normal termination behavior.

Option Page Console

Right-click at the Tampermonkey icon and choose "Dashboard". At the new tab press "Ctrl-Shift-J" or "F12" and select the "Console" tab.

Web Page Console

Every web page has its own console. Open it by pressing "Ctrl-Shift-J" when viewing the page. ( video tutorial)

Background Context Console

  1. Navigate to edge://extensions in a new tab.
  2. Find Tampermonkey and click Details.
  3. Under the Inspect views section, click the "service worker" link. This opens DevTools for the background context in a new window. ( video tutorial)

Note: Inspecting the service worker keeps it active. Always close DevTools afterward to test normal termination behavior.

Option Page Console

Right-click at the Tampermonkey icon and choose "Dashboard". At the new tab press "Ctrl-Shift-J" or "F12" and select the "Console" tab.

Web Page Console

Every web page has its own console. Open it by pressing "Ctrl-Shift-J" when viewing the page. ( video tutorial)

Background Context Console

  1. Navigate to about:debugging in the address bar.
  2. In the left sidebar, select This Firefox.
  3. Find Tampermonkey in the list and click Inspect.
  4. Switch to the Console tab (or press Esc for a split console view below the debugger panel).

Note: Keeping the Toolbox open prevents background scripts from unloading. Close it when testing is complete.

Option Page Console

Right-click at the Tampermonkey icon and choose "Dashboard". At the new tab press "Ctrl-Shift-J" or "F12" and select the "Console" tab.

Web Page Console

Every web page has its own console. Open it by pressing "Ctrl-Shift-J" when viewing the page. ( video tutorial)

Background Context Console

  1. Navigate to opera://extensions in a new tab.
  2. Find Tampermonkey and click Details.
  3. Under the Inspect views section, click the "service worker" link. This opens DevTools for the background context in a new window.

Note: Inspecting the service worker keeps it active. Always close DevTools afterward to test normal termination behavior.

Option Page Console

Right-click at the Tampermonkey icon and choose "Dashboard". At the new tab press "Ctrl-Shift-J" or "F12" and select the "Console" tab.

Web Page Console

Every web page has its own console. Open it by pressing "Ctrl-Shift-J" when viewing the page. ( video tutorial)