Page 1 of 1

[RESOLVED]Gravatar surrogate script

Posted: Tue Apr 15, 2014 12:33 pm
by Guest
I noticed that some Wordpress blogs load older posts upon scrolling only if scripts from *.gravatar.com are allowed,
for example: https://puffthemutantdragon.wordpress.com/

Adding the following surrogate enables autoloading older posts without allowing Gravatar's tracking scripts:

Code: Select all

noscript.surrogate.gravatar.sources;.gravatar.com
noscript.surrogate.gravatar.replacement;var Gravatar={my_hash:'',profile_cb:function(){},init:function(){}}

Re: Gravatar surrogate script

Posted: Thu Apr 17, 2014 7:53 pm
by barbaz
Thanks! I've added it to my own list of surrogates.

Giorgio, should this be default?
If not, could it be moved to the end of the surrogates sticky so it doesn't get lost over time?

Re: Gravatar surrogate script

Posted: Thu Apr 17, 2014 8:34 pm
by Giorgio Maone
Thank you, I'm gonna add something like that by default in next release.

Re: Gravatar surrogate script

Posted: Mon May 05, 2014 12:14 am
by Guest
Giorgio Maone wrote:Thank you, I'm gonna add something like that by default in next release.
No infinite scrolling https://puffthemutantdragon.wordpress.com/ and other Wordpress blogs with NS 2.6.8.22 ...

Re: Gravatar surrogate script

Posted: Thu May 08, 2014 11:48 pm
by Guest
Guest wrote:
Giorgio Maone wrote:Thank you, I'm gonna add something like that by default in next release.
No infinite scrolling https://puffthemutantdragon.wordpress.com/ and other Wordpress blogs with NS 2.6.8.22 ...
Works fine now (NS 2.6.8.23).