<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/filterproxy/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/filterproxy/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/filterproxy/feature-requests/</id><updated>2004-09-08T03:45:12Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>optimized for pda browsing</title><link href="https://sourceforge.net/p/filterproxy/feature-requests/2/" rel="alternate"/><published>2004-09-08T03:45:12Z</published><updated>2004-09-08T03:45:12Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net29a17b6c17affff0254115e6b3db95a601b231b1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;so we can comfortably browse using pda's small screen.&lt;br /&gt;
like opera's accellerator does.&lt;br /&gt;
&lt;a href="http://www.opera.com/products/smartphone/accelerator" rel="nofollow"&gt;http://www.opera.com/products/smartphone/accelerator&lt;/a&gt;&lt;br /&gt;
/&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Ability to use regex backreferences?</title><link href="https://sourceforge.net/p/filterproxy/feature-requests/1/" rel="alternate"/><published>2001-10-26T05:24:51Z</published><updated>2001-10-26T05:24:51Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1ccc33778d085be4050a5c46f2ba64413308cfb3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;www.cnn.com has several anchor links on their main page&lt;br /&gt;
that are like so:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;a&lt;br /&gt;
href=&amp;amp;quot;javascript:openWindow('/interactive/health/0110/anthrax/frameset.exclude.html&lt;br /&gt;
','620x430','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,&lt;br /&gt;
width=620,height=430')&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;A useless use of javascript to create a popup window. &lt;br /&gt;
I would like to be able to filter this anchor link into&lt;br /&gt;
the following:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;a&lt;br /&gt;
href=&amp;amp;quot;/interactive/health/0110/anthrax/frameset.exclude.html&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;possibly with/without a target=&amp;amp;quot;_blank&amp;amp;quot; attribute.&lt;/p&gt;
&lt;p&gt;If filterproxy supported using regex backreferences,&lt;br /&gt;
then something like:&lt;/p&gt;
&lt;p&gt;regex /href=&amp;amp;quot;javascript:openWindow\('(.*?)','.*?')&amp;amp;quot;&amp;amp;gt;/&lt;br /&gt;
as href=&amp;amp;quot;\1&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;Should be able to un-javascript the links.&lt;/p&gt;
&lt;p&gt;Or, if I'm missing a clearly obvious way to do this&lt;br /&gt;
with the existing matchers/subsitution system, please&lt;br /&gt;
post the solution.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>