Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
SuperWebClip
Show part of ANY web page "clipped" from the rest. The remainder of the page is hidden. Great for Mashups like NetVibes and PageFlakes.
This greasemonkey script works VERY differently from most scripts. By appending special text on the end of any URL, you can force this script to run and "crop" content from the returned page.
You can then, for example, take the new URL and use it in NETVIBES or other mashup. That way you can "clip" live content from any web page and stick it into your mashup.
There are several params currently supported:
There are several params currently supported:
1. Append &__cssclip=cssselector to the URL. The css selector can be any valid css selector such as TABLE, or .class or #name. You figure out the proper css selector by examining the html on the page you want to clip content from.
EXAMPLE: http://userscripts.org/scripts/search?q=meebo+b... lp']
TIP: The __cssclip param should be escaped, because many CSS characters are not valid in a URL. To figure out the escape text enter this url in your browser:
javascript:alert(escape("#header"))
2. Append &__rectclip=Top,Left,Bottom,Right to the URL. The coordinates define a rectangle in pixels that you want to clip from the page -- very dependent on font-size and page-content but may work for you.
EXAMPLE: http://userscripts.org/scripts/search?q=meebo+b...
3. Append &__reloadclip=seconds to the URL. The 'seconds' parameter is a value like "30" to reload the clip every 30 seconds. This parameter can be combined with others.
EXAMPLE: http://userscripts.org/scripts/search?q=meebo+b...
4. Append &__bgcolorclip=csscolor to the URL. The 'csscolor' parameter is a value like "white" or "#ffffff" to change backcolor of clip.
EXAMPLE: http://userscripts.org/scripts/search?q=meebo+b...
-- NetVibes instructions --
(1) Test your url, like examples above in your browser (outside of netvibes) until you get the clip right.
(2) In NetVibes, Click "add content" then "external widgets" then "web page".
(3) Click "edit" on the new widget.
(4) Take the URL with appended params (like EXAMPLES above) and put it in the URL field.
(5) Click OK.
-- PageFlakes instruction --
(1) Test your url, like examples above in your browser (outside of PageFlakes) until you get the clip right.
(2) In PageFlakes, click on the flake in top right corner to add a new flake. Browse for the "Bitty Browser" flake.
(3) Edit the flake: Choose "Icon Only". Search Bar "off". And set HomePage to "Web site Url". Then set your url in the box labelled: >>
(4) Click save.
|
|
Alright, I must have missed something. I'm trying to get this set up on netvibes but I'm getting hung up on the website. I am going to add &__rectclip=TOP,LEFT,BOTTOM,RIGHT to the url right? So if I were using google I would do something like http://www.google.com/webhp&__rectclip=140,180,... but if I do that I get a "cannot find server at..." alert. Same goes for any website other than the one you used as an example. This is a GREAT script and I'm really pumped about getting this to work. Thanks in advance for any help you can provide! |
|
|
Added new param: Put &__reloadclip=30 at end of the URL to get it to update every 30 seconds on timer. |
|
|
What are you using this script for? Post some examples, please... |
|
|
If you "get" what this script does, please provide feedback. If there is a better way to do this, I'd love to discuss it. If there is a better way to describe it, I'd love to improve the description. Thanks. |
You could comment on this script if you were logged in.
