2009Scape Swiss Army Knife
[EXPERIMENTAL]

Fairy Ring Codes

Ring Code Destination

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:

  1. Copy the bookmarklet code below
  2. Create a new bookmark in your browser
  3. Paste the code as the URL/location
  4. Navigate to any Runescape Wiki page
  5. 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