Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Created February 3, 2023 07:11
Show Gist options
  • Save MariusBongarts/d8789887e1901ada24b4b0391b566385 to your computer and use it in GitHub Desktop.
Save MariusBongarts/d8789887e1901ada24b4b0391b566385 to your computer and use it in GitHub Desktop.
useEffect(() => {
chrome.history.search({ text: "", maxResults: 10 }, (data) => {
console.log(data);
});
}, []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment