Revision: 41542
Updated Code
at February 20, 2011 04:16 by Kerrick
Updated Code
<html>
<head>
<title>FreshBookMark Redirecting...</title>
<link rel="shortcut icon" href="/icon_16.png">
</head>
<script type="text/javascript">
function get_options() {
var saved = localStorage["saved_url"];
if (saved == undefined || saved == null || saved == '') {
window.location = "/options.html";
} else {
window.location = "https://" + saved + ".freshbooks.com/menu.php";
}
}
</script>
<body onload="get_options()">
Redirecting...
</body>
</html>
Revision: 41541
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 19, 2011 16:25 by Kerrick
Initial Code
<html>
<head>
<title>FreshBookMark Redirecting...</title>
<link rel="shortcut icon" href="/icon_16.png">
</head>
<script type="text/javascript">
function get_options() {
var saved = localStorage["saved_url"];
if (saved == undefined || saved == null || saved == '') {
window.location = "/options.html";
} else {
window.location = "https://" + saved + ".freshbooks.com/";
}
}
</script>
<body onload="get_options()">
Redirecting...
</body>
</html>
Initial URL
Initial Description
MIT Licensed.
Initial Title
FreshBookMark - main.html
Initial Tags
Initial Language
HTML