swte

Untitled

Jul 11th, 2025
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Object.defineProperty(document, 'cookie', {
  2.     get: function() {
  3.           return '';
  4.     },
  5.     set: function() {
  6.         return false;
  7.     },
  8.     configurable: false,
  9.     enumerable: true
  10. });
Advertisement
Add Comment
Please, Sign In to add comment