pull down to refresh

Can use this instead, then you will be able to choose territory before posting, no need to separate ones for different territories.
javascript:window.location="https://stacker.news/post?type=link&url="+encodeURIComponent(document.location)+"&title="+encodeURIComponent(document.title)
I'm using a mix of that one with opening in a new window:
javascript:(function(){window.open("https://stacker.news/post?type=link&url="+encodeURIComponent(document.location)+"&title="+encodeURIComponent(document.title),"_blank")})();
reply
Good point! I'll use that one too.
reply