Page 1 of 1

Surrogate to replace new addon

Posted: Wed Jan 15, 2014 4:55 am
by Thrawn
If anyone is interesting in duplicating the functionality of the Uncheck Stay-signed-in for Google Login addon with surrogate scripts, here's my take on it:

noscript.surrogate.googlePersistent.sources:

Code: Select all

!@accounts.google.com
noscript.surrogate.googlePersistent.replacement:

Code: Select all

document.getElementById("PersistentCookie").checked = false;