Advertisement
LGPvS

LGPvS's pouetpu button notification

Jan 18th, 2017
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Pouetpu Button 1
  3. // @namespace http://www.multiplayerpiano.com/
  4. // @version 0.1
  5. // @description Lol
  6. // @author LGPvS
  7. // @include http://www.multiplayerpiano.com/*
  8. // @match http://www.multiplayerpiano.com/script.js
  9. // ==/UserScript==
  10.  
  11.  
  12. $("body #bottom .relative").append('<div id="0-btn" class="ugly-button 0_btn" style="position: fixed;bottom: 5px;right: 25px;width: 69px">Pouetpu</div>');
  13. $("#0-btn").click(function() {
  14. MPP.client.emit("notification", { title: "", html: "Welcome to Pouetpu Island. It appear that Princess Toadstool is missing again! Looks like Bowser is at it again!" })
  15. });
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement