Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // ==UserScript==
  2. // @name RemoveFromChat
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://www.facebook.com/
  8. // @require http://code.jquery.com/jquery-1.12.4.min.js
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. setInterval(function(){ $('li[data-id="100000887703371"]').remove(); }, 100);
  14. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement