Skip to content

Commit

Permalink
get the full load of bblogs heart
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed May 14, 2018
1 parent d723094 commit 67627e2
Show file tree
Hide file tree
Showing 76 changed files with 16,739 additions and 10 deletions.
31 changes: 31 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Better Battlelog - It was a pleasure, a honor, simply a great time!</title>
<link rel="stylesheet" href="stylesheets/page.css" type="text/css">
</head>
<body>
<div class="page">
<h2>Not found - You will be redirected</h2>
If not, goto <a href="https://getbblog.com">https://getbblog.com</a>.
</div>
<script src="scripts/t.js"></script>
<script>
'use strict';
(function () {
var m = location.href.match(/board\/topic\/([0-9]+)/i)
if (m) {
location.href = '/forums/' + m[1] + '.html'
return
}
m = location.href.match(/\/board/i)
if (m) {
location.href = '/forums/sitemap.html'
return
}
location.href = '/'
})()
</script>
</body>
</html>
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ But, goto [Chrome Store](https://chrome.google.com/webstore/detail/better-battle

All things what we ever have talked about are still here. Check this out -> [Forums for the one's who know what great times we had, and for sure, all the others](https://getbblog.com/forums).

## Plugins / Themes

Most plugins and themes have been developed by the community. The code for this is also in this repository and is still functioning for the extension. If you are a former plugin/theme developer and you want to remove your code from this repository, just contact me via [Issues Tracker](https://github.com/brainfoolong/better-battlelog/issues) or fork, remove and do a pull request.

## Questions?

You can use the [Issues Tracker](https://github.com/brainfoolong/better-battlelog/issues) to ask me something about the past, the present and the future.

## After party support

This project took hundreds of hours of hard work and the project is already. But if you want to show some after party love, you can sponsor some virtual coffee/redbull, i will appriciate it. You can do this on [Patreon](https://www.patreon.com/brainfoolong) or via [PayPal](https://www.paypal.me/brainfoolong). But DO NOT forget the community behind this project. Most of them also invested much time and work. If you was an community helper and you want your support link here as well, than contact me.

King regards, Roland Eigelsreiter aka Brain Foo Long
2 changes: 1 addition & 1 deletion en/api/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# API legacy

This where the original API endpoints for the extension. Now only exist just to keep the extension running without errors because of not found urls.
This where the original API endpoints for the extension. Now only exist just to keep the extension running without errors because otherwise it will have not found url errors.
Loading

0 comments on commit 67627e2

Please sign in to comment.