These filter cause loading errors in some pages:
|
[?CSS_DOMAIN]s@[^'"\s]\s*<head[^>]*>(?=\s*[^'"\s])@$&<link rel="stylesheet" type="text/css" href="[CSS_PROTOCOL]://[CSS_DOMAIN]/ab2p.common.css"></link><link rel="stylesheet" type="text/css" href="[CSS_PROTOCOL]://[CSS_DOMAIN]/$host/ab2p.css"></link>@iUD |
The problem comes from the quotation marks. The website that is giving me problems is https://duckduckgo.com/?q=privoxy due to a problem loading JavaScript...
a="<html><head><link rel="stylesheet“ type="text/css" href="https://css.privoxy.local/ab2p.common.css"></link>..."
Error: Uncaught SyntaxError: Unexpected identifier 'stylesheet'
These filter cause loading errors in some pages:
adblock2privoxy/adblock2privoxy/templates/ab2p.system.filter
Line 28 in 265b725
The problem comes from the quotation marks. The website that is giving me problems is
https://duckduckgo.com/?q=privoxydue to a problem loading JavaScript...Error:
Uncaught SyntaxError: Unexpected identifier 'stylesheet'