bookmarks
- Yumyum ajoute une case pour chaque article, ainsi vous pouvez facilement choisir les articles que vous souhaitez appliquer trop de changements. Vous pouvez...Yumyum ajoute une case pour chaque article, ainsi vous pouvez facilement choisir les articles que vous souhaitez appliquer trop de changements. Vous pouvez appliquer les opérations suivantes: * sélectionner ou désélectionner tous les * vérifier tous les éléments supprimés * supprimer tous les éléments sélectionnés * partager ou unshare tous les éléments sélectionnés * Ajouter ou supprimer un ensemble de balises à partir d'éléments sélectionnés * fonctionner en "bar" mode (en haut et en bas de liste d'objets), ou comme un fixe "boite à outils" collée sur le côté droit.
- 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
- I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a f...I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a function into the page that can be invoked by code from the page. Here's what I'm doing so far: First, I get a helper reference to the unsafeWindow for Firefox. This allows me to have the same code for FF and Opera (and Chrome, I thought).
- You can organize labels into subfolder like hierarchy. Create a parent label like Home and then create sublabels like Home\Bills, Home\Receipts, etc. I tho...You can organize labels into subfolder like hierarchy. Create a parent label like Home and then create sublabels like Home\Bills, Home\Receipts, etc. I thought I never needed folders but this makes using labels so easy to use with the new colors!
- You can organize labels into subfolder like hierarchy. Create a parent label like Home and then create sublabels like Home\Bills, Home\Receipts, etc. I tho...You can organize labels into subfolder like hierarchy. Create a parent label like Home and then create sublabels like Home\Bills, Home\Receipts, etc. I thought I never needed folders but this makes using labels so easy to use with the new colors!
- 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.
- Chrome has a secret weapon. His name is Aaron Boodman, and he created Greasemonkey. He now works on the Chrome Extensions team at Google. Even though Greas...Chrome has a secret weapon. His name is Aaron Boodman, and he created Greasemonkey. He now works on the Chrome Extensions team at Google. Even though Greasemonkey on Chrome isn't yet as mature as the Firefox version -- 15-25% of scripts might not work on Chrome yet -- it will definitely get there with Boodman's help. If you need some scripts to get you started, you can scope out Download Squad's 10 Greasemonkey Scripts You Shouldn't Browse Without, or peruse the large selection at userscripts.org.
- First, you'll need to track down your installed scripts. They're in your Firefox profile, under the "gm_scripts" sub-folder. Or, if you'd prefer, you can s...First, you'll need to track down your installed scripts. They're in your Firefox profile, under the "gm_scripts" sub-folder. Or, if you'd prefer, you can skip the search and download any script from the online script repository. Next, you need to change the file extension from .js (Javascript) to .txt (plain text). After you've changed the extension, double-click the file to view the code. Copy and paste the code into the User Script Compiler and hit "Generate." Voila! Your new Firefox extension (.xpi) is complete. To install in Firefox, simply drag the new extension onto the Firefox interface and follow the prompts.
- un billet francophone très technique et très détaillé sur Jetpack
- Jouant occasionnellement avec Greasemonkey, j’ai fait face a des problèmes récurrent liés à l’architecture de l’extention elle-même. * Comment réutili...Jouant occasionnellement avec Greasemonkey, j’ai fait face a des problèmes récurrent liés à l’architecture de l’extention elle-même. * Comment réutiliser une bibliothèque déjà présente dans la page, * comment traiter un résultat XML * ou qu’est-ce qui fait que je n’arrive pas à mettre une Yahoo!/Google maps dynamiquement. Réutiliser une librairie(, fonction, variable) existante
- Wipes out the top header whitespace and displays your map full screen, with an optional driving directions sidebar...And removes the Google copyright symb...Wipes out the top header whitespace and displays your map full screen, with an optional driving directions sidebar...And removes the Google copyright symbol and increases the inset map window four times. Check out some side-by-side comparison screenshots. Pour les français : dans Greasemonkey autoriser " google.fr " et cela marche trés bien!
- # Il y a quelques jours, j'avais mis à disposition un script Greasemonkey permettant de créer et imprimer un plan Google Maps de grande taille. Voici maint...# Il y a quelques jours, j'avais mis à disposition un script Greasemonkey permettant de créer et imprimer un plan Google Maps de grande taille. Voici maintenant la version 2 du même script qui permet de faire la même chose sur les images satellite (et aussi sur le mode mixte plan/satellite pendant qu'on y est).le bouton de gauche permet de sélectionner le coin haut-gauche du plan ou de l'image satellite à réaliser. Il suffit de choisir son niveau de zoom et de se déplacer dans la fenêtre jusqu'à ce que le coin haut-gauche de la vue soit positionné sur le coin haut-gauche souhaité. A ce moment là, un click sur le bouton enregistre la position. # le bouton de droite permet de faire la même chose avec le coin bas-droit. # le bouton central ouvre une nouvelle fenêtre permettant de finaliser l'image.
- On peut directement lancer une impression mais on peut aussi sauvegarder la page obtenue sous forme d'image pour un usage ultérieur (tel qu'une découpe plu...On peut directement lancer une impression mais on peut aussi sauvegarder la page obtenue sous forme d'image pour un usage ultérieur (tel qu'une découpe plus précise dans un logiciel de dessin par exemple). Pour cela, on utilise une extension de Firefox permettant de sauvegarder le document html sous forme d'image png ou jpeg. Screengrab! ou Save As Image font ça très bien. Ce qui vient à l'idée maintenant c'est que les plans c'est bien, mais les images satellites ça serait encore mieux ! Leur encodage est différent de celui des plans et la solution proposée ne fonctionne donc pas, du moins pas encore : si j'ai un peu de temps, je me pencherai sur le sujet. Toute autre remarque est évidemment la bienvenue. Keywords
- scripts qui ameliorent l'usage de l'extension Autopager
- decode shortened URLs to original URLs
- On the Google Maps streetview, shows the panorama thumbnail (with a link to the larger one).
- You can accomplish all of this via JavaScript.Scripts include metadata that provide details about the script, including target sites and sites that should ...You can accomplish all of this via JavaScript.Scripts include metadata that provide details about the script, including target sites and sites that should never apply. The following metadata elements may be used: * Name: The name assigned to the script. It is displayed when the script is installed, as well as within the Manage Scripts window. * Namespace: The namespace used to distinguish scripts when more than one has the same name. (This is the same approach as used in programming languages like Java and C#.) * Description: A brief description of the script’s purpose. * Include: A list of URLs associated with the script (i.e., the URLs for running the script). The URLs may include wildcard characters (*). Multiple URLs appear on their own line. * Exclude: A list of URLs for which the scripts will never run. Multiple entries appear on their own line.
- Some Days Back we posted 21 Cool Twitter Greasemonkey Scripts and now today am going to post some of the Best Greasemonkey Scripts for Gmail and Google. Th...Some Days Back we posted 21 Cool Twitter Greasemonkey Scripts and now today am going to post some of the Best Greasemonkey Scripts for Gmail and Google. There are thousands of scripts that you can install to customize just about anything you can think of. But in this list you can find some of the cool one which will really help you to Organize Gmail and Google.


groups