Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name lenny -> jestem idiotą
- // @version 13.37
- // @author LuK1337
- // @match http://www.wykop.pl/wpis/11690727/ej-wykopowe-kuce-postawie-komus-czteropak-jak-mi-n/
- // ==/UserScript==
- $(".text").each(function() {
- $(this).html($(this).html().replace(/\( ͡° ͜ʖ ͡°\)/g, "jestem idiotą"));
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement