Official Runescape Wiki Bookmarklet
This bookmarklet allows you to convert any page on the Official Runescape Wiki to its 2009 version by viewing the page history and navigating to the last revision before 2010.
How to use:
- Copy the bookmarklet code below
- Create a new bookmark in your browser
- Paste the code as the URL/location
- Navigate to any Runescape Wiki page
- Click the bookmark to convert the page to its 2009 version
Bookmarklet Code:
javascript:fetch(location.href + "?action=history&date-range-to=2009-12-31&tagfilter=").then((resp) => resp.text()).then((html) => { document.body.innerHTML = html.substring(html.search("")); document.getElementById("pagehistory").getElementsByTagName("ul")[0].getElementsByClassName("mw-changeslist-date")[0].click(); });
Visit the Official Runescape Wiki