mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
15 lines
No EOL
396 B
HTML
15 lines
No EOL
396 B
HTML
<html>
|
|
<head>
|
|
<title>4-oh-4, not found</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
if (window.top == window) {
|
|
var feed_id = window.location.href.replace(/[^\d+]/g, '');
|
|
window.location.href = '/site/' + feed_id + '/';
|
|
} else if (window.top.NEWSBLUR) {
|
|
window.top.NEWSBLUR.reader.switch_taskbar_view('feed');
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |