Reputation: 48723
I have a page which leads to other pages that loads mp3 files. I want to download them. All pages and links are build dynamically.
In a past I used Scratchpad but now it is deprecated and new API is here WebExtensions
I can't call browser.tabs.create
from console. How can I interactively use WebExtensions in Firefox?
Upvotes: 0
Views: 35
Reputation: 13
The code that used to be run from the Scratchpad can still be run from the Browser Console. The Browser Console can be open from the Web Developer menu or using Ctrl+Shift+J.
Upvotes: 1