• Rework the JavaScript handler. • Fix the card generator. • Nuke all known XSS attacks. • Change the background to white. • Change some fonts on index.html to make it look more modern. • Remove a few ".old" pages. • Improve the mobile-friendliness of index.html. • Remove all styling on <select> tags. • Other varied bugfixes
10 lines
448 B
JavaScript
10 lines
448 B
JavaScript
// Copyright 2016 by luk3yx.
|
|
// All rights reserved.
|
|
|
|
|
|
helpers.onLoad(function() {
|
|
document.getElementById("description").innerHTML = "JavaScript Handler Page.";
|
|
document.getElementById("instructions").innerHTML = "This page processes requests sent to services, and the 'Translate', 'YouTube® Cinema', etc. bookmarklets.<br/\>This page has not been sent any data, so this message was shown instead.";
|
|
helpers.hideLoadScreen();
|
|
});
|