Converts Pulp v3 API urls to links I'm sure it can be more efficient but it's a quick hack for now.
Linkify Pulp Script
var pp = document.getElementsByClassName('prettyprint');
for (var i = 0; i < pp.length; i++){
var matches = pp[i].getElementsByClassName('str');