Untitled
3 years ago in HTML
<title>MAL PROFILE BACKUP</title>
<link rel="shortcut icon" href="https://html.house/favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<style>
html {
display: none;
}
</style>
<script>
function iFrameLoaded(id, src) {
var deferred = $.Deferred(),
iframe = $("<iframe></iframe>").attr({
"id": id,
"src": src
});
iframe.load(deferred.resolve);
iframe.appendTo("body");
deferred.done(function() {
console.log("iframe loaded: " + id);
});
return deferred.promise();
}
$.when(iFrameLoaded("XML Anime List", "https://html.house/zyrdi8pb.html"), iFrameLoaded("Update MALGraph", "https://anime.plus/hacker09/queue-add"), iFrameLoaded("Update Badges", "https://www.mal-badges.net/users/hacker09/update"), iFrameLoaded("Currently Watching", "https://web.archive.org/save/https://myanimelist.net/animelist/hacker09?status=1"), iFrameLoaded("Completed", "https://web.archive.org/save/https://myanimelist.net/animelist/hacker09?status=2"), iFrameLoaded("On Hold", "https://web.archive.org/save/https://myanimelist.net/animelist/hacker09?status=3"), iFrameLoaded("Dropped", "https://web.archive.org/save/https://myanimelist.net/animelist/hacker09?status=4"), iFrameLoaded("Plan to Watch", "https://web.archive.org/save/https://myanimelist.net/animelist/hacker09?status=6"), iFrameLoaded("Topics in Forum Replied To", "https://web.archive.org/save/https://myanimelist.net/forum/search?u=hacker09&q=&uloc=1&loc=-1"), iFrameLoaded("MAL History", "https://web.archive.org/save/https://myanimelist.net/history/hacker09/anime"), iFrameLoaded("Profile texts/statistics/Favorites/Comments and 12 Friends", "https://web.archive.org/save/https://myanimelist.net/profile/hacker09#statistics"), iFrameLoaded("Clubs", "https://web.archive.org/save/https://myanimelist.net/profile/hacker09/clubs"), iFrameLoaded("Recommendations", "https://web.archive.org/save/https://myanimelist.net/profile/hacker09/recommendations"), iFrameLoaded("Reviews", "https://web.archive.org/save/https://myanimelist.net/profile/hacker09/reviews")).then(function() {
window.location.assign("https://myanimelist.net/");
});
</script>