Documenting Reality view limit bypass

Bypasses DocumentingReality.com free view limits

// ==UserScript==
// @name        Documenting Reality view limit bypass
// @namespace   p7mygctj06h2obv9rnck
// @match       https://www.documentingreality.com/*
// @grant       none
// @version     1.0
// @description Bypasses DocumentingReality.com free view limits
// @run-at      document-start
// @inject-into content
// @license     MIT
// ==/UserScript==

(function () {
	"use strict";
	document.cookie = "bbuserlgv=; Max-Age=0; Path=/; SameSite=Lax; Secure"
})();