diff --git a/background.js b/background.js index b8239f8..5039353 100644 --- a/background.js +++ b/background.js @@ -140,7 +140,7 @@ function handleActionClicked(tab, onClickData) { // the story URL // // TODO: Match exact path? - return (url.host === hit_url.host + return ((url.host === hit_url.host || url.host === "web.archive.org") && ((url.pathname === "/" && hit_url.pathname === "/") || (url.pathname !== "/" && hit_url.pathname !== "/"))); });