Recent posts by ahoier
|
Feb 28, 2008
|
Topic: Script development / Coralize other streaming sites? ahh, great. that helps a LOT :) *newbie scripter* lol. |
|
Feb 27, 2008
|
Topic: Script development / Coralize other streaming sites? I'm looking at the coralize-youtube script, http://userscripts.org/scripts/review/9151?form... And was just curious, how is it working? I loaded a youtube page, http://youtube.com/watch?v=I9HBzXitoGc - but see no references to the ID "movie_player" within that youtube source.... BUT, as the video is streaming, I do see Firefox' message, "Transferring data from *.nyud.net" etc, so I know it must be "coralizing as appropriate... Any help? :) I was interested in this script so I could attempt to "coralize" other video streaming sites. |
|
Feb 10, 2008
|
Topic: Ideas and script requests / youtube and lyrics hehe cool. As a side-note, yes.com offers this sorta feature/function :) I don't know if any of you use it, but it works for nearly all radio stations in the U.S. I think....not sure "how" it knows what they play, but whatever. If you click on a song name from the scrolling list (of tracks played on a particular station), it'll load up a youtube video in the right hand side of the screen, and grabs lyrics from http://lyricwiki.org/ and places them below the video. |
|
Feb 5, 2008
|
Topic: Ideas and script requests / Google Web History logger yea that is true. But I think installing and managing a userscript is easier to install then installing the Google Toolbar ;) That was the primary aim of this. I'm using FirefoxPortable and want the install to be as small as possible so this script works great thus far ;) |
|
Feb 5, 2008
|
Topic: Ideas and script requests / Google Web History logger well, thus far it seems to be logging fine - using Firefox without the Google Toolbar. No modifications necessary on my end :) So that's great. |
|
Feb 5, 2008
|
Topic: Ideas and script requests / Google Web History logger neato....I did a little bit of searching and found this:
Turns out it's a UserScript for "Opera" browser, that allows logging of Google Web History with Opera. Though, I don't know how compatible Opera UserScripts are with Firefox Greasemonkey userScripts. Possible for someone to check it out for compatibility? |
|
Feb 4, 2008
|
Topic: Ideas and script requests / Don't load content until moused-over? My wireless (not sure if router or adapter...heh) stinks, and when I visit pages that contain a lot of graphics (too many outgoing connections....?) - all wireless-ly connected computers in my house will lose connection to the network totally, only the one computer wired (via ethernet) to the router will still have connection. So, how possible would it be to create a script that blocks content (images, flash, etc, embedded content - excluding css and javascripts) from loading, until they are moused over, or "clicked"? So basically, it would allow more "control" over what content loads, so the wireless doesnt get bogged down. Any possibilities? |
|
Feb 4, 2008
|
Topic: Userscripts.org discussion / Remove the red banner for "reputable" scripts? Just a thought. Would it be possible to remove the
blurb from scripts that are "reputable" - no complaints, etc? Just an idea. For example, from long-time popular scripts, with no complaints. Though, now that I think of it, I guess it could be hard "labeling" a script as reputable, when it comes to criteria....since there doesn't appear to be a "original published" date anywhere (atleast not that end-users can see); other than the last updated date. But perhaps a combination of comments, total installs, and the script updates could be used. |
|
Feb 4, 2008
|
Topic: Userscripts.org discussion / New "View Source" Style wow, I thought it was just me :) Thirded :P I was thinking it was a script/style/hosts file/etc. blocking a *.css or *.js file or something ;) |
|
Feb 3, 2008
|
Topic: Ideas and script requests / Google Web History logger I like the "Google Web History" (google.com/history) - but it requires the Google Toolbar to be installed, as well as the "PageRank" icon to be loaded. Was wondering if it would be possible to pass the "Web History" to Google Web History via a GreaseMonkey script. I loaded Fiddler - HTTP Debugging Proxy, and here's some of the information I was able to grab. GET http://toolbarqueries.google.com/search?client=...
GET /search?client=navclient-auto&googleip=O;66.102.1.99;235&fresh HTTP/1.1 200 OK
---------------------- GET /search?client=navclient-auto&googleip=O;66.102.1.99;235&fresh HTTP/1.1 200 OK
http://toolbarqueries.google.com/search?client=... Anything possible with this information? |
