Skip to content

Commit edb0709

Browse files
authored
Fix: Perplexity sources extraction (#276)
* fix: update sources selectors * 3.8.6
1 parent 3b4ea3e commit edb0709

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "save-my-chatbot",
3-
"version": "3.8.5",
3+
"version": "3.8.6",
44
"license": "RMD-C 1.1",
55
"author": "Hugo COLLIN",
66
"homepage": "https://save.hugocollin.com",

public/files/updateNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Update notes
2+
# 3.8.6
3+
🚀 Perplexity sources extraction working again!
4+
Perplexity changed its interface again, but the extension is now back on track!
5+
26
# 3.8.5
37
⚙️ Better Options page
48
The Options page has been redesigned to be more user-friendly and to prepare for future features.

src/features/scraper/domains/Perplexity.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"selectors": [
3232
{
3333
"open": [{
34-
"selector": "button > div > svg[data-icon=\"ellipsis\"]",
34+
"selector": "button svg.tabler-icon-dots",
3535
"scope": "content",
3636
"wait": 50
3737
}, {
38-
"selector": ".cursor-pointer [data-icon=\"sources\"]",
38+
"selector": ".md\\:h-full.group\\/item",
3939
"scope": "document",
4040
"wait": 50
4141
}],

0 commit comments

Comments
 (0)