The Un-Official Proxomitron Forum

Full Version: Question 'Plain Text Rendering' filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

I am using the following filter on my program:

<span style='color:red'><Admin edited for legibility></span>
Code:
Name = "Force:  Plain Text Rendering - Part 1 {4.d}"
Active = TRUE
URL = "(^$LST(Allow-JS))$IHDR(Content-Type:text/html; PrxOriginalType="text/plain")"
Limit = 1
Match = "$STOP()"
Replace = "$URL([^:]+:/+\1)"
          "\r\n<html>"
          "\r\n<head>"
          "\r\n<title>\u</title>"
          "\r\n<link rel="stylesheet" type="text/css" href="http://local.ptron/JD_HTML/CSS/PlainTextView.css">"
          "\r\n</head>"
          "\r\n<body>"
          "\r\n<div class="PTVHeader">"
          "\r\n<h3>Proxomitron: Forced Text Rendering Enabled</h3>"
          "\r\n<p>Here is a <a href="http://\xbin..\1">plain text version</a> suitable for saving or handing off to an external viewer.</p>"
          "\r\n</div>"
          "\r\n<p>NOTE: If there is HTML in this file, it may be filtered by Proxomitron.</p>"
          "\r\n<pre>"
          "$SET(html=1)"
*********************************
For some reason this prevents the following URL from loading its weather animation:

http://radar.wrh.noaa.gov/radar/loop/DS....kfsx.shtml

I've tried fiddling with the "URL =" line in the filter but I guess I'm not doing it right. Can some one tell me how to disable the above filter for the base URL above and any variation of it, i.e. http://radar.wrh.noaa.gov/*

Thanks

Guest

sorry about the double post, it hung up on me
novice;
Quote:Can some one tell me how to disable the above filter for the base URL above and any variation of it, i.e. http://radar.wrh.noaa.gov/*
Assign your URL string to a new list file, and edit it to be more generic than your current list. That should do it.


Oddysey

p.s. BTW, Welcome to our forum! When are you gonna register? B)
Reference URL's