@thecreativeone91 said:
Not a web developer but, if I can't right click on the links on your site and either copy them or click open in new tab. I consider your website to be poorly developed.
I agree with that, that was what I was talking about with pushState and people using onclick for navigation. I've always hated that, and hilarious I've even seen people do things like:
<a href="#" onclick="document.location='/otherpage.html'">click here</a>
And I think, seriously?! SERIOUSLY!?
Keep in mind though, I think most programmers are terrible, especially web developers.