Open elypter opened 8 years ago
Your e.g. link does not look it would tracks you. It only contains some system specific information.
If you want to clean it a little bit, try:
type\w*|tab\w*|hsimp\w*|fr\w*|hspart\w*
short:
(?:type|tab|hsimp|fr|hspart)\w*
But type and tab are widely used, so it can cause some problems with other sites.
The problem is that CleanLinks can not contain &
or =
in the match-settings.
I am not sure why but CL is not supported the complete regex syntax.
Maybe @diegocr can tell us more about it.
Btw: For me a yahoo image search Link looks like this:
To clean:
_yl\w*\w*|gprid\w*|pvid\w*
or
_yl\w*\w*|\w*id\w*
as group:
(?:_yl\w*|gprid|pvid)\w*
or
(?:_yl\w*|\w*id)\w*
I noticed that *`\wid`** caused to often problems with other sites.
thanks
for example this url https://images.search.yahoo.com/yhs/search?p=tomatoes&norw=1&ei=UTF-8&type=__alt__ddc_linuxmint_com&fr=yhs-ddc-linuxmint&fr2=sp-qrw-corr-top&ri=4&hsimp=yhs-linuxmint&hspart=ddc&tab=organic&ri=4
yahoo also has a lot of rubbish in the url