/tombraiderstats

Aggregates the mentioned entities in the tombraiders.net walkthroughs

Primary LanguageJavaScript

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 page with walkthrough content (game overview or an individual walkthrough).

For example: Tomb Raider Underworld Bhogavati level, or the Tomb Raider III overview.

About

  • CSS Classes — a list of the CSS classes used on tombraiders.net to highlight entities in the text
  • Technical documentation — contains technical information about this script's implementation

Status

Working and being improved continuously