Surrogate to replace new addon

General discussion about the NoScript extension for Firefox
Post Reply
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Surrogate to replace new addon

Post 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;
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0
Post Reply