- Lets you show or hide the new side bar menu added by Google to the left side. Also lets you show or hide the right hand advertisements. For some countrie...Lets you show or hide the new side bar menu added by Google to the left side. Also lets you show or hide the right hand advertisements. For some countries, moves country and language search options back to top of the page.
- JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster down...JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.
- Adds a Versions tab to script pages on userscripts.org
- Well, here is how to run userscripts in chrome : * Add this flag to Google Chrome launcher : --enable-user-scripts - Now, create a folder in your us...Well, here is how to run userscripts in chrome : * Add this flag to Google Chrome launcher : --enable-user-scripts - Now, create a folder in your user data directory. Name it as User Scripts. - Save your all GM scripts in this folder. - If you want to import all userscripts from Firefox — you need to do it manually. We have shown you the way to backup your Greasemonkey scripts. Just navigate to your GM script folder in Firefox data directory as describe in this post. Now, you can copy and paste every script’s file manuallyAnd, you are done! Restart the chrome — and visit any related site. It is quite possible that your favorite GM Script will do the magic. - Important fact : Chrome supports “Early Injection” – the ability to run scripts very early in the page’s lifecycle. In Firefox, userscripts run after page load. But in chrome, you can set it to run before page load. For this, you need to add an extra line in scripts meta data section : // @run-at document-start
- a Firefox add-on that will tell you if there are any user scripts for the page you're visiting. When you have Greasefire and Greasemonkey installed a littl...a Firefox add-on that will tell you if there are any user scripts for the page you're visiting. When you have Greasefire and Greasemonkey installed a little monkey will show up in the bottom right corner of your Firefox status bar. If there are scripts available for the site you're viewing, the monkey's background color will change to red. And when you right click on the icon you'll see the number of available scripts. Click on that number and a window will open telling you more about those scripts.
- scripts qui ameliorent l'usage de l'extension Autopager
- decode shortened URLs to original URLs
- management of the scripts are not so good. It's apparently impossible to rename a script....
- The Order of Things to Learn Look to the "Resources" section for places to learn about these. 1. HTML. Hypertext Markup Language. Not the same "languag...The Order of Things to Learn Look to the "Resources" section for places to learn about these. 1. HTML. Hypertext Markup Language. Not the same "language" as JavaScript. This is a markup language, meaning it's a bunch of text that is meant to represent some type of structure, in this case, a web page. 2. XML. Extensible Markup Language. In case you didn't realize, HTML itself is a type of "XML". Learning XML is important because many popular websites (YouTube, Facebook, Last.fm) use XML to interact with data. Since you already know HTML by this point, understanding XML should be cake. 3. CSS. Cascading Style Sheets. This is the way HTML (should be) stylized. You'll want to learn this. 4. JavaScript. Learn all the basics: data types, functions, JavaScript's native functions like prompt, alert, etc. 5. The Greasemonkey Extras. Like I said, Greasmonkey == JavaScript, with a lot of extras. A specific page listing the API's can be found here.
- Flickr Gallery Plus! is a Greasemonkey userscript for Flickr photo set pages which offers you the ability to: * View one large picture with the other thum...Flickr Gallery Plus! is a Greasemonkey userscript for Flickr photo set pages which offers you the ability to: * View one large picture with the other thumbnails in the set next to it. * Click-selection of whichever picture you want to see larger. * Keyboard navigation with left and right arrow keys to go back and forth amongst pictures. * View a slideshow of all pictures in the set. It is tested and verified to work with Firefox, Safari (through GreaseKit), Google Chrome (through HOW TO: Install Google Chrome Greasemonkey Scripts (Windows Only)) and Opera (through Opera Tutorial: User JavaScript).
- The "Forum Deblocker" userscript simulates the Googlebot so you may see the forum pages as google sees them
- Trés efficace et rapide Version: 2.0 Copyright: 2009 mezzer & Shaun Friedle
- AutoPaging + Site ThumbShots + Google Suggest (multi-lang) + Easy Filters + Right Panel Feature + Images Redirect & Preview + Searchers + Static TopBar + N...AutoPaging + Site ThumbShots + Google Suggest (multi-lang) + Easy Filters + Right Panel Feature + Images Redirect & Preview + Searchers + Static TopBar + NoAds + Nice Look&Feel + User's Settings + MultiLanguage & more... [Opera & Firefox] Version: 2.1.9
- a voir
- Provides a very simple and useful method of checking, unchecking and toggling multiple checkboxes on a page. It provides two methods of selecting checkboxe...Provides a very simple and useful method of checking, unchecking and toggling multiple checkboxes on a page. It provides two methods of selecting checkboxes - a menu showing multiple options, or dragging the mouse over the checkboxes you want to select.
- Shows passwords on mouse hover or focus
- This style colorize Saturdays and Sundays on Google Calendar. Use Google Calendar - Colorize Weekends (Sun-Sat) if week start on Sunday. (This is fix versi...This style colorize Saturdays and Sundays on Google Calendar. Use Google Calendar - Colorize Weekends (Sun-Sat) if week start on Sunday. (This is fix version of Google Calendar - colorize Sat/Sun (start on Mon))
- When the "filter" option is used in CustomizeGoogle (a wonderful extension, by the way), the filtered results are replaced with a line of text alerting you...When the "filter" option is used in CustomizeGoogle (a wonderful extension, by the way), the filtered results are replaced with a line of text alerting you that a result has been removed. Originally inspired by Google Search Results Filter, the purpose of this style is to ENTIRELY remove ALL filtered search results; if I intended to filter a specific site, I don't necessarily want to a giant hole in the layout of search results. This style takes care of that, removing any trace, all without breaking the layout of the page. Also, you do not have to update your "list", as there is no "list," as there is in Google Search Results Filter. This style works for both sites CustomizeGoogle filters: 1) Google search results and 2) Google News
- A wonderful script. I have tried many google maps fullscreen script, but this one is the best ....move mouse to left side to show sidebar
- The week end days are in differents colors. The daily events and the events are in Trebuchet MS 12px


user