Skip to content

Commit

Permalink
Merge pull request #227 from Write/master
Browse files Browse the repository at this point in the history
Fix La Tribune title
  • Loading branch information
lovasoa authored May 22, 2024
2 parents 1bfbf13 + 654fec6 commit 5c01b19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ophirofox/content_scripts/la-tribune.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
function extractKeywords() {
return document.querySelector('h1[itemprop="Headline"]').textContent;
}

async function createLink() {
const a = await ophirofoxEuropresseLink();
const a = await ophirofoxEuropresseLink(extractKeywords());
a.classList.add();
return a;
}
Expand Down

0 comments on commit 5c01b19

Please sign in to comment.