![]() |
|
url cleaner for privoxy - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Forum Related (/forumdisplay.php?fid=37) +--- Forum: Privoxy (/forumdisplay.php?fid=49) +--- Thread: url cleaner for privoxy (/showthread.php?tid=2264) |
url cleaner for privoxy - kik0s - Jan. 31, 2016 09:31 PM hey guys, so i found this one on greasyfork: https://greasyfork.org/de/scripts/13230-slickdeals-clean-url tried to add it with Code: ### filter for url cleaningto my privoxy but it did not work. any advice? or maybe any improvements?
RE: url cleaner for privoxy - Faxopita - Feb. 02, 2016 09:49 PM Instead, can you apply it this way… Code: FILTER: urlcleanerBased on this this template and getting first the DOM ready; read here. RE: url cleaner for privoxy - Faxopita - Feb. 04, 2016 11:55 AM I had a new look, again. Reformat that way: Code: FILTER: urlcleanerAlso, make sure the path is not blocked by your configuration. Script seems to be loaded properly on my side when I visit a page. |