[source/actions:fix] producthunt open external

This commit is contained in:
Maddison Hellstrom 2020-04-25 20:55:23 -07:00
parent 3a7c3c9c40
commit efac3dbc7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
)())
}