Facebook
From Johnny Price, 5 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Untitled from Johnny Price - view diff
Embed
Download Paste or View Raw
Hits: 387
  1. //Zmiana grafiki itemka - Marger version
  2. (function(root,data,undefined){
  3.     'use strict';
  4.     var oldLoad = root.loadImg;
  5.     root.loadImg = function(a,b,c){
  6.         var oldPath = root.g.opath;
  7.         if(root.g.item[b] && typeof data[root.g.item[b].name] !== 'undefined'){
  8.             a = data[root.g.item[b].name];
  9.             root.g.opath = '';
  10.         }
  11.         var ret = oldLoad(a,b,c);
  12.         root.g.opath = oldPath;
  13.         return ret;
  14.     };
  15. })(window,{
  16.     'Trawiasty triumf': 'https://www.margonem.pl/obrazki/itemy/but/buty100.gif'
  17.     });

Replies to Re: Re: Re: Untitled rss

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