Advertisement
Guest User

Untitled

a guest
Feb 4th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Linkedin
  3. // @namespace Violentmonkey Scripts
  4. // @match *://*/*
  5. // @grant none
  6. // ==/UserScript==
  7.  
  8.  
  9. (function(d){
  10. d.getElementById('advocate-modal').outerHTML = '';
  11. d.getElementsByClassName('advocate-modal-visible')[0].style.overflow = 'initial';
  12. })(document);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement