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