Revert "tweak auto noko cookies"
This reverts commit 60d4e19e503d1b6486584684c930f27b95bd88d3.
This commit is contained in:
parent
e991f4644a
commit
1834c1a7a7
@ -2691,9 +2691,9 @@
|
|||||||
$.bind(form, 'submit', qr.cb.submit);
|
$.bind(form, 'submit', qr.cb.submit);
|
||||||
}
|
}
|
||||||
if ($.config('Auto Noko')) {
|
if ($.config('Auto Noko')) {
|
||||||
document.cookie = "" + NAMESPACE + "auto_noko;path=/;domain=.4chan.org";
|
document.cookie = "" + NAMESPACE + "auto_noko=true;path=/;domain=.4chan.org";
|
||||||
} else {
|
} else {
|
||||||
document.cookie = "path=/;domain=.4chan.org";
|
document.cookie = "" + NAMESPACE + "auto_noko=false;path=/;domain=.4chan.org";
|
||||||
}
|
}
|
||||||
if ($.config('Cooldown')) {
|
if ($.config('Cooldown')) {
|
||||||
cooldown.init();
|
cooldown.init();
|
||||||
|
|||||||
@ -2103,9 +2103,9 @@ main =
|
|||||||
|
|
||||||
#major features
|
#major features
|
||||||
if $.config 'Auto Noko'
|
if $.config 'Auto Noko'
|
||||||
document.cookie = "#{NAMESPACE}auto_noko;path=/;domain=.4chan.org"
|
document.cookie = "#{NAMESPACE}auto_noko=true;path=/;domain=.4chan.org"
|
||||||
else
|
else
|
||||||
document.cookie = "path=/;domain=.4chan.org"
|
document.cookie = "#{NAMESPACE}auto_noko=false;path=/;domain=.4chan.org"
|
||||||
|
|
||||||
if $.config 'Cooldown'
|
if $.config 'Cooldown'
|
||||||
cooldown.init()
|
cooldown.init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user