
what a lot of javascript lurks beneath. Including "hilarious" thin-skinned error messages:
if ($('.error-title-wrapper').length != 0) {
errorCode = $('.error-title-wrapper legend').text().split(' ')[0];
if (errorCode = '404') {
var errorMessage = 'What do Hillary Clinton and this link have in common? They\'re both "dead broke."'
} else if (errorCode = '500') {
var errorMessage = 'Oops! Something went wrong. Unlike Obama, we are working to fix the problem... and not on the golf course.'
} else {
var errorMessage = 'An Unknown Error Occurred';
Sad.
( , Thu 14 Dec 2017, 0:13, Reply)