Advertisement
Guest User

Untitled

a guest
Apr 10th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (function() {
  2. 'use strict';
  3.  
  4. let style = document.createElement('style');
  5. style.innerHTML = '*{ user-select: auto !important; }';
  6.  
  7. document.body.appendChild(style);
  8. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement