i got a problem with my tumblr blogs. There is some piece of javascript and a duplicated doctype in my two different themes, which i can't remove on the custom settings area or on the theme markup settings.
The support couldn't help.
The really bad thing on this: the page is damn invalid, so you can't visit it in some browser, especially on Linux.
The wrong code:
<!DOCTYPE html><script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warnung: Gib dein Tumblr-Passwort nur dann ein, wenn du u201chttps://www.tumblr.com/loginu201dx0ain der Adresszeile deines Browsers siehst.x0ax0aAuu00dferdem sollte dort ein gru00fcnes u201cTumblr, Inc.u201d-Logo zu sehen sein.x0ax0aSpammer und andere Strolche benutzen gefu00e4lschte Formulare, um an Passwu00f6rter zu kommen.x0ax0aTumblr wird dich niemals bitten, dich vom Blog eines Users aus einzuloggen.x0ax0aWillst du ganz sicher fortfahren?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><!DOCTYPE html>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…