Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. // ==UserScript==
  2. // @name         lenny -> jestem idiotą
  3. // @version      13.37
  4. // @author       LuK1337
  5. // @match        http://www.wykop.pl/wpis/11690727/ej-wykopowe-kuce-postawie-komus-czteropak-jak-mi-n/
  6. // ==/UserScript==
  7.  
  8. $(".text").each(function() {
  9.     $(this).html($(this).html().replace(/\( ͡° ͜ʖ ͡°\)/g, "jestem idiotą"));
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement