diff --git a/conf.js b/conf.js index b3d3672..22966ac 100644 --- a/conf.js +++ b/conf.js @@ -165,9 +165,7 @@ function mapsitekeys(d, maps, opts = {}) { }) } -const fakeSpot = () => window - .open(`http://fakespot.com/analyze?url=${window.location.href}`, "_blank") - .focus() +const fakeSpot = () => tabOpenLink(`http://fakespot.com/analyze?url=${window.location.href}`) mapsitekeys("amazon.com", [ ["fs", "Fakespot", fakeSpot],