Surrogate to replace new addon
Posted: Wed Jan 15, 2014 4:55 am
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:
noscript.surrogate.googlePersistent.replacement:
noscript.surrogate.googlePersistent.sources:
Code: Select all
!@accounts.google.com
Code: Select all
document.getElementById("PersistentCookie").checked = false;