Disable Time Travel Mode (v0.2)

This commit is contained in:
Glorfindel 2019-03-31 19:09:01 +02:00
parent ca097c2b90
commit 748f595aac
1 changed files with 2 additions and 1 deletions

View File

@ -19,10 +19,11 @@
// @exclude *://openid.stackexchange.com/*
// @exclude *://stackexchange.com/*
// @grant none
// @version 0.1
// @version 0.2
// ==/UserScript==
(function () {
"use strict";
$.cookie("tm2019", "1", { expires: 2, path: '/' });
$.cookie("tm2019d", "1", { expires: 2, path: '/' });
})()