#open link in new tab in pokebay
11 messages · Page 1 of 1 (latest)
"for some reason" 
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
or MAYBE a ‘watch auction’ button without viewing the auction?
if u catching what im throwing down.
A small 👁🗨 icon
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)
hacker
