#open link in new tab in pokebay

11 messages · Page 1 of 1 (latest)

spare hazel
#

please make it so i can open an auction in a new tab when right clicking

the link is /pokebay/# instead of the auction number for some reason

THAKS

edgy salmon
#

"for some reason" quag_fem

spare hazel
#

a reason that i’m not aware of

tough maple
#

all pages are served with dynamic content in this way, i think the only way to get the auction link is to make it yourself by copying the auction id or just getting it from the #pokebay-auctions channel
direct links to certain pages would be rlly nice though especially an easy share button for auctions

spare hazel
#

or MAYBE a ‘watch auction’ button without viewing the auction?

#

if u catching what im throwing down.

violet lark
#

A small 👁‍🗨 icon

uncut dagger
#

it's a bit tedious but if you inspect the link you'll see something like

<a href="#" onclick="get('/pokebay/auction/123456/', ''); return false;">Munchlax</a>

where the /pokebay/auction/123456/ is the url you can open (and 123456 is the auction ID)

spare hazel
#

hacker