Here's an annoying thing for today: I get some page content (for my side project share-links) and search for a tag in order to set the "title" attribute of a new link we're adding to the database. Almost every website answer with a classic HTML content, but for some reasons Twitter respond with a blank page containing only an error first, then load some js, then proceed to load the content, thus preventing me to get the title of the page. I reeeeally don't want to use any js shit nor want to execute some complicated request in order to access a simple html title tag. I'm going to assume that we're going to set a title ourselve for twitter links.