Facebook
From Insensitive Gibbon, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 187
  1.  // ==UserScript==
  2. // @name         Autoodnawianie błoga
  3. // @author       You
  4. // @match        http://brutal.margonem.pl/
  5. // @match        http://gefion.margonem.pl
  6. // ==/UserScript==
  7. setInterval(function(){
  8. var bless;
  9. for(let a in g.item)10==g.item[a].st&&(bless=g.item[a]);
  10. if('undefined'==typeof bless)for(let a in g.item)'Wrześniowa aura doświadczenia'==g.item[a].name&&_g(`moveitem&id=${g.item[a].id}&st=1`);
  11. },5000);