From efac3dbc7a207597ceeb77e1245f4affea12bb24 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Sat, 25 Apr 2020 20:55:23 -0700 Subject: [PATCH] [source/actions:fix] producthunt open external --- actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.js b/actions.js index 2c565cf..e8f5b8f 100644 --- a/actions.js +++ b/actions.js @@ -614,7 +614,7 @@ actions.ph = {} actions.ph.openExternal = () => { Hints.create("ul[class^='postsList_'] > li > div[class^='item_']", (p) => actions.openLink( p.querySelector("div[class^='meta_'] > div[class^='actions_'] > div[class^='minorActions_'] > a:nth-child(1)").href, - { newTab: true } + { newTab: true }, )()) }