Skip to content

Commit

Permalink
Fix: Perplexity sources extraction (#276)
Browse files Browse the repository at this point in the history
* fix: update sources selectors

* 3.8.6
  • Loading branch information
Hugo-COLLIN authored Feb 25, 2025
1 parent 3b4ea3e commit edb0709
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "save-my-chatbot",
"version": "3.8.5",
"version": "3.8.6",
"license": "RMD-C 1.1",
"author": "Hugo COLLIN",
"homepage": "https://save.hugocollin.com",
Expand Down
4 changes: 4 additions & 0 deletions public/files/updateNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Update notes
# 3.8.6
🚀 Perplexity sources extraction working again!
Perplexity changed its interface again, but the extension is now back on track!

# 3.8.5
⚙️ Better Options page
The Options page has been redesigned to be more user-friendly and to prepare for future features.
Expand Down
4 changes: 2 additions & 2 deletions src/features/scraper/domains/Perplexity.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"selectors": [
{
"open": [{
"selector": "button > div > svg[data-icon=\"ellipsis\"]",
"selector": "button svg.tabler-icon-dots",
"scope": "content",
"wait": 50
}, {
"selector": ".cursor-pointer [data-icon=\"sources\"]",
"selector": ".md\\:h-full.group\\/item",
"scope": "document",
"wait": 50
}],
Expand Down

0 comments on commit edb0709

Please sign in to comment.