Post Reply 
Can someone give me a few sites...
Dec. 15, 2015, 01:01 AM
Post: #7
RE: Can someone give me a few sites...
(Dec. 14, 2015 09:30 AM)Faxopita Wrote:  In user.filter file, add:
FILTER: base_filter _blank
s|(<body[^>]*>)|$1\n<base target="_blank"\n>|sg

In user.action file, add:
{ +filter{base_filter} }
/(.*/)?forums?/
.google.*/(.*(\x26|\x23)|search\?)q=

FILTER: Microsoft
s|Microsoft|Micro\$hit|g

{ +filter{Microsoft} }
/

OMG!!! Thank you so much!
On viewing source I see this:
</head>
<body>
<base target="_blank"
>
So, $1 = <body>
and \n = line feed and the rest makes sense!

Now I'm off to get ProxHTTPSProxy working on the Linux box.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can someone give me a few sites... - JJoe - Dec. 13, 2015, 09:28 PM
RE: Can someone give me a few sites... - JJoe - Dec. 14, 2015, 12:32 AM
RE: Can someone give me a few sites... - Aunt Elsie - Dec. 15, 2015 01:01 AM

Forum Jump: