Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljacqu/tombraiderstats
Aggregates the mentioned entities in the tombraiders.net walkthroughs
https://github.com/ljacqu/tombraiderstats
Last synced: 7 days ago
JSON representation
Aggregates the mentioned entities in the tombraiders.net walkthroughs
- Host: GitHub
- URL: https://github.com/ljacqu/tombraiderstats
- Owner: ljacqu
- Created: 2015-07-12T16:47:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T10:51:27.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T18:21:07.828Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tomb Raider Statistics
======================
Bookmarkable JavaScript code to run on any individual walkthrough or overview
page of _tombraiders.net_ to display how many enemies, pick-ups, secrets, etc.
a level contains.How to use
----------
Create a new bookmark and put the following text in the address field.
```
javascript:(function(){var el=document.createElement('script');el.src='https://ljacqu.github.io/tombraiderstats/aggregator.js';document.body.appendChild(el);})();
```Click on the bookmark when you're on a [tombraiders.net](http://tombraiders.net)
page with walkthrough content (game overview or an individual walkthrough).For example: Tomb Raider Underworld
[Bhogavati level](http://tombraiders.net/stella/walks/TR8walk/07bhogavati.html),
or the [Tomb Raider III overview](http://tombraiders.net/stella/tomb3.html).About
-----
- [CSS Classes](https://github.com/ljacqu/tombraiderstats/blob/master/CLASSES.md)
— a list of the CSS classes used on tombraiders.net to highlight entities in
the text
- [Technical documentation](https://github.com/ljacqu/tombraiderstats/blob/master/TECHNICAL.md)
— contains technical information about this script's implementationStatus
------
Working and being improved continuously