Advertisement
Guest User

remove gmail x

a guest
Mar 20th, 2014
1,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        removeX
  3. // @namespace   gmail
  4. // @description remove X from gmail
  5. // @include       https://mail.google.com/*
  6. // @version     1
  7. // @grant       none
  8. // ==/UserScript==
  9.  
  10. document.styleSheets[0].insertRule('.w-asK.w-atd {display: none !important', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement