|
sidki's config set: 2005-06-09
|
|
Mar. 04, 2005, 09:28 PM
Post: #91
|
|||
|
|||
|
There are some updates (ClassID list, IDN exploit filters, and a few other things) on my Downloads page.
![]() sidki |
|||
|
Mar. 05, 2005, 08:21 AM
Post: #92
|
|||
|
|||
Quote:If Prox Menu and Mozillazine toggle still don't work, it's likely one of your extensions.ok, that looks like the problem. You offerred a ProxStyles.css tweak in the last cfg for the Prox menu display Code: /*You also adapted the "MozillaZine: Alternate Display 4.12.16 (toggle) [sd] (d.s)" to work with the "All_In_One search button" extension. Has the fix been passed along to "MozillaZine: Alternate Display 5.01.16 (toggle) [sd]"? (d.s) |
|||
|
Mar. 05, 2005, 09:49 AM
Post: #93
|
|||
|
|||
nolan_vode Wrote:You offerred a ProxStyles.css tweak in the last cfg for the Prox menu displayStill applies. See also FAQ -> Config related -> A4. Quote:You also adapted the "MozillaZine: Alternate Display 4.12.16 (toggle) [sd] (d.s)" to work with the "All_In_One search button" extension. Yes, it should still work, although i uninstalled that extension right after the fix. Easy enough to find out yourself, eh? ![]() sidki |
|||
|
Mar. 09, 2005, 01:43 AM
Post: #94
|
|||
|
|||
|
Sidki, shouldn't the updated ClassID file be a .ptxt ?
|
|||
|
Mar. 09, 2005, 02:53 AM
Post: #95
|
|||
|
|||
|
The config version, which is inside "update_other.zip" at http://www.geocities.com/sidki3003/prox-down.html is a .ptxt.
The stand-alone version uses different filters and the list is a .txt. sidki |
|||
|
Mar. 10, 2005, 11:26 AM
Post: #96
|
|||
|
|||
|
There was some confusion regarding the update procedure. Please note the added "Three-minutes-alternative" link in the first post.
sidki |
|||
|
Mar. 14, 2005, 06:25 AM
Post: #97
|
|||
|
|||
|
I have some problems with the new customizing options on Google News (http://news.google.com/). "Edit" on the individual sections and "click to edit" or any links in the layout in the "Edit this customized page" section (which does work, the section opens up) doesn't work. Everything works if I bypass it... Here's the snippet of code where edit comes into play (obtained when bypassing filters):
Code: <span id="t_1" onClick="return open_section_edit('1',0,'s',0)" class=j>edit</span> |
|||
|
Mar. 14, 2005, 05:03 PM
Post: #98
|
|||
|
|||
|
Hi Seikatsu,
It's that darn "adv" string again, that Google uses for "advanced" instead of "advert". Possibly others do that as well, so i don't like to just bypass the Ad Function filters for Google News. Open "AdStrings.ptxt" and replace the very first (uncommented) line with this one: Code: ad(s|v(^$TST(script=*))|)[0-9]+([^a-z"'=( ][a-z0-9_\-]+|(^[a-z]))I'll fix that for all with the next update. However, i've uploaded a rather big update just yesterday, no need to keep people busy with installing changed lists/filters every day. ![]() And thanks for the precise report, it's appreciated. sidki |
|||
|
Mar. 16, 2005, 06:02 AM
Post: #99
|
|||
|
|||
|
As a follow up to that, almost everything works. The "add a custom section" in the "edit this customized page" doesn't work. And the values when clicking on World (or any other section) doesn't follow through, everything defaults to Argentina, Internacional, and with 1 selected for stories. This again is only not working in the "edit this customized page" as it does work when you click the link "edit" on the individual sections.
--- * Out of topic, can somebody make preferably one (two is ok) regular expression that replaces "file.name.v1.0.rar" with "file_name_v1.0.rar" (replacing the dots with underscores except when it's near a number or the extension). The replace mechanism can use backreferences and the entire file name can be replaced by the characters entered in the "Replace" field instead of only replacing the found expression (it's actually the multi-rename tool in Total Commander). One more thing: The map on Google Maps (http://maps.google.com) doesn't appear initially, but if I maximize the window, blue squares appear (which is actually a lake if I zoom out) and from there I can play with the map. But the panel on the right where examples of how to use Google Maps and later, the result of your searches is displayed doesn't work. Actually, nothing works beyond doing what I did to the map above. The searches don't work at all, all I saw of an indication of the page doing something was the terse display of "Searching..." on the right panel and then nothing!!! Everything works if I bypass the page (oh yeah, I can't seem to access your Proxomitron menu, maybe Google Maps takes over the mouse functions). |
|||
|
Mar. 16, 2005, 03:21 PM
Post: #100
|
|||
|
|||
Seikatsu Wrote:As a follow up to that, almost everything works. The "add a custom section" in the "edit this customized page" doesn't work. And the values when clicking on World (or any other section) doesn't follow through, everything defaults to Argentina, Internacional, and with 1 selected for stories. This again is only not working in the "edit this customized page" as it does work when you click the link "edit" on the individual sections.It was that "adv" string again, this time as an ad path. And again it was pointing to a more general problem. Try replacing the current "Block: Ad Functions I 5.03.09 (full) [jd sd] (d.3)" filter with this one: Code: [Patterns]Quote:* Out of topic, can somebody make preferably one (two is ok) regular expression that replaces "file.name.v1.0.rar" with "file_name_v1.0.rar" (replacing the dots with underscores except when it's near a number or the extension). The replace mechanism can use backreferences and the entire file name can be replaced by the characters entered in the "Replace" field instead of only replacing the found expression (it's actually the multi-rename tool in Total Commander).If you mean Prox language (vs. Perl RegExp), then i would look at first into the help files, to see how strings are matched by Prox. Generally, you'd need to restrict the match somehow - mostly with "=$AV(expression)" or with the bounds expression. This is especially important, if you need to know where the string ends (-> extension). Then i would try to get the question more specific, maybe with a real example where you want to use it, so that people can test it, and post it in a new thread. Quote:One more thing: The map on Google Maps (http://maps.google.com) doesn't appear initially, but if I maximize the window, blue squares appear (which is actually a lake if I zoom out) and from there I can play with the map. But the panel on the right where examples of how to use Google Maps and later, the result of your searches is displayed doesn't work. Actually, nothing works beyond doing what I did to the map above. The searches don't work at all, all I saw of an indication of the page doing something was the terse display of "Searching..." on the right panel and then nothing!!! Everything works if I bypass the page [...]That should be fixed with above filter as well. Quote:[...] (oh yeah, I can't seem to access your Proxomitron menu, maybe Google Maps takes over the mouse functions).There is an unclosed <div> in the page source that is set to "display:none", resulting in our "Prox menu <div>" to be regarded as a child and hence being hidden. If you like, you can merge these filters, which replace the previous versions: Code: [Patterns]sidki |
|||
|
Mar. 17, 2005, 08:01 AM
Post: #101
|
|||
|
|||
|
Everything works [thumbs]. Is it me or are there visible text ads in Gmail (I just got an account).
New: (http://www.google.com/search?q=1+dollar+movie+download) has ads on the right [angry]. |
|||
|
Mar. 17, 2005, 10:54 AM
Post: #102
|
|||
|
|||
Seikatsu Wrote:Everything works [thumbs].Good! Quote:Is it me or are there visible text ads in Gmail (I just got an account).Shouldn't be. I don't get any slip-throughs, so to check that i'd need the code of the entire <div> block that is surrounding the ads. Something like: Code: <div id="ad">Ad-blocking at GMail is heavily based on AdStrings.ptxt. Maybe something went wrong while you were editing it. I've attached a fresh copy. Quote:New: (http://www.google.com/search?q=1+dollar+movie+download) has ads on the right [angry].Hey hey! Although it might seem so, i'm not the "here is an ad, go fix it!" type of person. ![]() Again, i don't get any ads there, but if you attach the Prox Dbug code i'll look at it. Also try reloading that page with sidki_oob.ptron, as described in the FAQ. sidki |
|||
|
Mar. 17, 2005, 12:21 PM
Post: #103
|
|||
|
|||
|
you could remove the entry
(http://www.|)geocities.com/wastedagain2000/ $SET(keyword=.s_geo.a_flash.) from the IncludeExclude.ptxt since the site no longer exists. also re the update_other.zip how come you don't include an updated sidki_2005-02-22.ptron file as well as the sidki_oob.ptron ? presently i extract the new sidki_oob.ptron and simply rename it sidki_2005-02-22.ptron. |
|||
|
Mar. 17, 2005, 01:05 PM
Post: #104
|
|||
|
|||
traviscn Wrote:you could remove the entryDone. Thanks. [thumbs] Quote:also re the update_other.zip how come you don't include an updated sidki_2005-02-22.ptron file as well as the sidki_oob.ptron ?The entire merging procedure is for people who have customized the config to a degree that overwriting it and re-importing all personal filters every couple of days would be a major pain in the butt. Including sidki_2005-02-22.ptron in the update-zip would do just that - nix their settings, if they extract the zip content into the Prox directory. I do include IncludeExclude-U.ptxt with the zip, because new keywords should be mentioned there imo. Basically that's the same problem, but i don't have a good solution for that. Quote:presently i extract the new sidki_oob.ptron and simply rename it sidki_2005-02-22.ptron.People that don't mind dropping their personal stuff onto a fresh config copy and re-adjusting the settings should do just that. But don't forget to remove the read-only attribute from the copy. ![]() sidki |
|||
|
Mar. 17, 2005, 08:19 PM
Post: #105
|
|||
|
|||
|
Here's everything I gathered. I hope it helps. Thanks for everything. [angry] at Google.
|
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help






![[-]](images/ONi/collapse.gif)
