| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#41
| |||
| |||
| Did create this one today when I've found a site which simulates the different resolutions a screen can be. Useful for webdesigners. Different resolutions bookmarklet: -EDIT- Did find some bug, as soon I solve I post it back Last edited by NicholasPufal; 07-28-2009 at 07:02 PM.. |
|
#42
| ||||
| ||||
| Okay, Could you please add them as a new thread next time? It'll be easier for people to find it. |
|
#43
| |||
| |||
| |
|
#44
| ||||
| ||||
| Added AniWeather (Sorry for the delay BTW ) |
|
#45
| ||||
| ||||
| |
|
#46
| ||||
| ||||
| Added Chrome ExtensionManager |
|
#47
| |||
| |||
| Creates a TinyURL out of your webpage (incase it must be remembered) Code: javascript:void(window.open('http://tinyurl.com/create.php?url='+document.location.href)); Code: javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://www.google.com/search?rlz=1C1GGLS_enUS338US338&aq=f&sourceid=chrome&ie=UTF-8&q=define:+'+t+'&hl=en&langpair=auto|en&tbb=1&ie='+e;}else{location.href='http://www.google.com';}; |
|
#48
| |||
| |||
| Can someone tell me how to get a bookmarlet that acts in the same manner as the thumbs firefox extension: https://addons.mozilla.org/en-US/firefox/addon/234 I know it was a bookmarlet originally. Basically it takes every link on a page and creates a thumbnail in a single page. |
|
#49
| |||
| |||
| In order to use user scripts as a bookmark (ull have to click it every time you refresh the page though..) Use this bookmark, then drag the userscript link into your bookmarks bar, and it should work, Note ive tested with http://userscripts.org/scripts/show/48293 Code: javascript:(function()%7Bfor(var%20i=0;i%3Cdocument.links.length;i++)%7Bvar%20a=document.links%5Bi%5D;if(a.href.indexOf('.user.js') I know each script probably has atleast a minute effect on preformance (it has to check somehow) If it does effect preformance, about how many (passive) scripts can i run before it is technically 'noticeable' If so wouldnt a single compound userscript (that runs link/bookmarks accordingly) (just throwing a random idea, to a problem i dont know if exist Last edited by Bloody_Turds; 10-27-2009 at 11:00 AM.. |
|
#50
| ||||
| ||||
| Long time - no update on the first post, awfully not-up-to-date. Maybe unstick it or update it plsi |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Userscripts in Chrome | Luc VN | Chrome Talk | 16 | 10-29-2009 07:47 PM |
| Uninstalling Chrome Extensions | Kyrax | Chrome Tech | 3 | 04-15-2009 12:58 AM |
| Google bookmarklets question | jackfusion | Chrome Tips & Tricks | 1 | 01-03-2009 07:08 PM |