Facebook
From Johnny Price, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 321
  1. Dodane przez: ~Anonim (2018-07-15 21:04) -> text               
  2. 1.
  3. 2.
  4. 3.
  5. 4.
  6. 5.
  7. 6.
  8. 7.
  9. 8.
  10. 9.
  11. 10.
  12. 11.
  13. 12.
  14. 13.
  15. 14.
  16. 15.
  17. 16.
  18. 17.
  19. //Zmiana grafiki itemka - Marger version
  20. (function(root,data,undefined){
  21.     'use strict';
  22.     var oldLoad = root.loadImg;
  23.     root.loadImg = function(a,b,c){
  24.         var oldPath = root.g.opath;
  25.         if(root.g.item[b] && typeof data[root.g.item[b].name] !== 'undefined'){
  26.             a = data[root.g.item[b].name];
  27.             root.g.opath = '';
  28.         }
  29.         var ret = oldLoad(a,b,c);
  30.         root.g.opath = oldPath;
  31.         return ret;
  32.     };
  33. })(window,{
  34.     'Trawiasty triumf': 'https://www.margonem.pl/obrazki/itemy/but/buty100.gif'
  35. });

Replies to Untitled rss

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