A little more cleanup and better icons
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
// Background script for Firefox extension
|
||||
browser.browserAction.onClicked.addListener((tab) => {
|
||||
console.log('Extension clicked');
|
||||
console.log('Extension clicked - triggering artifact collection.');
|
||||
|
||||
// Check if we're on the correct domain and path
|
||||
if (!tab.url.startsWith('https://claude.ai/chat/')) {
|
||||
|
||||
Reference in New Issue
Block a user