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.
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.
- 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
Working and being improved continuously