Page MenuHomeWickedGov Phorge

anon-remove.js
No OneTemporary

Size
243 B
Referenced Files
None
Subscribers
None

anon-remove.js

try {
localStorage.removeItem( 'CentralAuthAnon' );
} catch ( e ) {}
try {
if ( /(^|; )CentralAuthAnon=/.test( document.cookie ) ) {
document.cookie = 'CentralAuthAnon=0; expires=Thu, 01 Jan 1970 00:00:01 GMT; path=/';
}
} catch ( e ) {}

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 15:57 (13 h, 45 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dd/b0/350c41029eb2c64bce653edcd25f
Default Alt Text
anon-remove.js (243 B)

Event Timeline