Documenting Reality view limit bypass

Bypasses DocumentingReality.com free view limits

  1. // ==UserScript==
  2. // @name Documenting Reality view limit bypass
  3. // @namespace p7mygctj06h2obv9rnck
  4. // @match https://www.documentingreality.com/*
  5. // @grant none
  6. // @version 1.0
  7. // @description Bypasses DocumentingReality.com free view limits
  8. // @run-at document-start
  9. // @inject-into content
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function () {
  14. "use strict";
  15. document.cookie = "bbuserlgv=; Max-Age=0; Path=/; SameSite=Lax; Secure"
  16. })();