Functional scraping of the project page sans files.txt
This commit is contained in:
@ -2,7 +2,7 @@ browser.browserAction.onClicked.addListener((tab) => {
|
||||
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/')) {
|
||||
if (!tab.url.startsWith('https://claude.ai/chat') && !tab.url.startsWith('https://claude.ai/project')) {
|
||||
console.log('Not on claude.ai chat page');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user