Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Usunięcie przyciemnionego tła
  3. // @version 0.1
  4. // @description usuwa przyciemnienie
  5. // @author Beh
  6. // @include http://*margonem.pl/
  7. // ==/UserScript==
  8.  
  9. $(`<style>
  10. .window-backdrop{
  11. display:none;
  12. }
  13. </style>
  14. `).appendTo(`head`);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement