jscher2000 / Google Hit Hider by Domain (Search Filter / Block Sites)

On Startpage.com the block popup never refer to the actual result site but to "ixquick-proxy.com".
Could this by patched ? TIA and congrats for this very useful script!

This is caused by turning on one of the site's features: "Automatic highlighting: When results are clicked, highlight the search terms on the page"

That changes the URL of the result, so I'll need to write special logic to extract the true site address:

NORMAL:

<a 
href="https://www.jeffersonscher.com/gm/google-hit-hider/" 
id="title_1" 
name="title_1" 
onmouseover="window.status='https://www.jeffersonscher.com/gm/google-hit-hider/'; return true;" 
onmouseout="ws('');" 
onclick="tc(this);changeIxquickStarRatingImage(1,1,'#763B75','s/white/graphics/star_purple_fade.gif');return openResult('https://www.jeffersonscher.com/gm/google-hit-hider/', 'https://www.jeffersonscher.com/gm/google-hit-hider/', '');">
<span style="text-decoration: none;" class="result_url_heading">Google Hit Hider by Domain — Author's Site - jeffersonscher.com</span>
</a>

PROXIED:

<a 
href="https://ixquick-proxy.com/do/spg/highlight.pl?ah=1&l=english&cat=web&c=hf&q=%22google+hit+hider%22&rl=NONE&u=https:%2F%2Fwww.jeffersonscher.com%2Fgm%2Fgoogle-hit-hider%2F&rid=LFLOQRLMPLLK478GTYHSU&hlq=https%3A%2F%2Fstartpage.com%2Fdo%2Fsearch&mtcmd=process_search&mtlanguage=english&mtqid=LFLOQRLMPLLK478GTYHSU&mtrcount=&mtrl=NONE&mtabp=-1&mtt=air&mtcat=web&mtstartat=0&mtnj=0" 
id="title_1" 
name="title_1" 
target="_blank" 
onmouseover="window.status='https://www.jeffersonscher.com/gm/google-hit-hider/'; return true;" 
onmouseout="ws('');" 
onclick="tc(this);changeIxquickStarRatingImage(1,1,'#763B75','s/white/graphics/star_purple_fade.gif');return openResult('https://www.jeffersonscher.com/gm/google-hit-hider/', 'https://ixquick-proxy.com/do/spg/highlight.pl?ah=1&l=english&cat=web&c=hf&q=%22google+hit+hider%22&rl=NONE&u=https:%2F%2Fwww.jeffersonscher.com%2Fgm%2Fgoogle-hit-hider%2F&rid=LFLOQRLMPLLK478GTYHSU&hlq=https%3A%2F%2Fstartpage.com%2Fdo%2Fsearch&mtcmd=process_search&mtlanguage=english&mtqid=LFLOQRLMPLLK478GTYHSU&mtrcount=&mtrl=NONE&mtabp=-1&mtt=air&mtcat=web&mtstartat=0&mtnj=0', '_blank');">
<span style="text-decoration: none;" class="result_url_heading">Google Hit Hider by Domain — Author's Site - jeffersonscher.com</span>
</a>

I updated the script to handle this. It works for me, hopefully it works for you! Thank you for bringing it to my attention.

It works too. Many thanks and bravo! for the quick upgrade.
I'll close the issue for real.