Facebook
From Johnny Price, 5 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Untitled from Johnny Price - go back
Embed
Viewing differences between Re: Re: Untitled and Re: Re: Re: Untitled
//Zmiana grafiki itemka - Marger version
(function(root,data,undefined){
    'use strict';
    var oldLoad = root.loadImg;
    root.loadImg = function(a,b,c){
        var oldPath = root.g.opath;
        if(root.g.item[b] && typeof data[root.g.item[b].name] !== 'undefined'){
            a = data[root.g.item[b].name];
            root.g.opath = '';
        }
        var ret = oldLoad(a,b,c);
        root.g.opath = oldPath;
        return ret;
    };
})(window,{
    'Naszyjnik piekielnego dotyku': 'Trawiasty triumf': 'https://www.margonem.pl/obrazki/itemy/but/buty100.gif'gif'
    });

Replies to Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Untitled Johnny Price text 5 Years ago.