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![]()
This is a discussion on Chrome Extensions, Bookmarklets & Userscripts Compilation within the Chrome Plugins section, part of the Google Chrome category: Did create this one today when I've found a site which simulates the different resolutions a screen can be. Useful ...
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.
I bypassed flashblock extension on a test page I have =x
http://www.pinkuproject.net/test.nya
Creates a TinyURL out of your webpage (incase it must be remembered)
adds a Define: prefix and googles what the user has selected, which is basically dictionary...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';};
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.
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
Will a user script have any affect on performance, when your not on the website(s) that script 'works' with? Id like to know before stuffing 50~ scripts onto my comp.. (i know some scripts run all the time)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.
Long time - no update on the first post, awfully not-up-to-date. Maybe unstick it or update it plsi