The Un-Official Proxomitron Forum
Viewing screenshots on sourceforge ? - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Filter Help/Request (/forumdisplay.php?fid=31)
+--- Thread: Viewing screenshots on sourceforge ? (/showthread.php?tid=1560)



Viewing screenshots on sourceforge ? - Toppy - Dec. 29, 2009 06:12 PM

Hi,

I constantly get the same problem when trying to show screenshots on ALL sourceforge.net pages.

Example : On http://sourceforge.net/projects/notepadgnu/, clicking the "view screenshots" links, I always het something like this, but no screenshots.

There are so many filters kicking in that I simply can't find the one causing the problems.

Anyone know how to fix these pages please ?

Happy holidays.Cheers


RE: Viewing screenshots on sourceforge ? - JJoe - Dec. 29, 2009 09:40 PM

Code:
<div id="screenshots" title="Notepad GNU Screenshots">
    
<Match: <td>... Remove/Hide: Ad Containers - IDs     09.07.04 [sd] (d.2) >
<div class="ad-gallery">
        <div class="ad-image-wrapper"></div>
        <div class="ad-controls"></div>
        <div class="ad-nav">
            <div class="ad-thumbs">
                
                
                
                
                <ul class="ad-thumb-list">
                
                <li><a href="/dbimage.php?id=240222"><img src="/dbimage.php?id=240221" alt="" /></a></li>
                
                <li><a href="/dbimage.php?id=239088"><img src="/dbimage.php?id=239087" alt="" /></a></li>
                
                <li><a href="/dbimage.php?id=240224"><img src="/dbimage.php?id=240223" alt="" /></a></li>
                
                <li><a href="/dbimage.php?id=240226"><img src="/dbimage.php?id=240225" alt="" /></a></li>
                
                </ul>
                
            </div>
        </div>
    </div>
</Match>
<span class="Pr0x&#x20;Pr0xCntID" style="display:none">• Ad-div: class
ad-gallery</span>
</div>

"ad" is being used for content.
I guess it is an ad from their point of view.

Try adding
Code:
sourceforge.net/projects/ $SET(0=a_adcont_i.)$SET(sAdKey=.ads.)

to your 'user' list.

HTH