public marks

PUBLIC MARKS from decembre with tags greasemonkey & extension

2017

FIR 57 - ADDON - uBlock Origin - uBO/webext - Read carefully if using uBO/webext

FIR 57 - ADDON - uBO/webext works best with Firefox 57 and above, and with multi-process enabled. There are many reports of people experiencing issues with some web sites, or images not loading, etc. Turns out many of these are a result of using some legacy extensions along uBO/webext. For instance, Reek's AAK in GreaseMonkey has been causing issues with images not loading. If you experience such issue, you will have to disable all your legacy extensions and see if this fixes your issue. If so, then you will have to re-enable your legacy extensions one by one to find the one(s) causing the problem. Those legacy extensions can cause multi-process to be disabled in your browser, and apparently when multi-process is disabled, this can cause many cases of page load failure.

2014

GM - greasemonkey-users - Google Groupes

(via)
If you have issues with the Greasemonkey extension itself, please use the greasemonkey-users ("questions about creating or installing user scripts")

2013

2011

EXTENSION - Ginatrapani Greasemonkey Multi-script-compiler - GitHub

Compiles multiple Greasemonkey user scripts into a standalone Firefox extension, based heavily on Anthony Lieuallen's (single) script compiler.

2010

BIB - Greasemonkey Script - Exemple - weRead Amazon Exporter for Greasemonkey - Inspects the weRead book shelf (Facebook) page on for Amazon products and displays a list of ISBN or ASIN.

I wanted to try Google's Books library which supports importing a list of comma-separated ISBNs. Since weRead doesn't support exporting your book shelf I wrote this script to show me ISBNs or ASINs parsed from the Amazon thumbnails. Instructions * From Facebook: Visit weread.com and use the Connect button to log in via Facebook Connect. * Navigate to http://weread.com/manageshelf/index.php * To export just your "Read It" list, first click the link next to "Show All Books" * To export all your books, click "100" to view as many books as possible * You'll need to export each page since this script can only see one page at a time * Use the Export command from Greasemonkey's command list

BIB - Greasemonkey Script - Exemple - Améliorer le statut d'un livre dans le catalogue en Ligne d'une Bibliothèque) - Group LAPL Holds by status for Greasemonkey

Groups Los Angeles Public Library (lapl.org) holds (requests) by status: Ready for Pickup, In Transit, or Pending. Instead of just listing the holds by status, this userscript groups them by status. For holds that are Ready for Pickup it shows for each pickup date: * The number of days you have left to pick up your holds. Remember that "a $1.00 fee will be charged if an item placed on hold is not canceled or picked up by the "Hold Until" date." * The day of the week when the holds are due to be picked up * The pickup date * and the number of items to be picked up by that date. This is then followed by the items due to be picked up sorted by title. For holds that are Pending I list the items by the ratio of available # of copies to queue position. This gives you some idea of the order in which your holds will be available. If the ratio is above 1.00 you can expect the hold to be available "soon" (within 3 weeks).

BIB - Greasemonkey Script - Exemple - Relier le catalogue en ligne d'une bibliothèque et des services comme Amazon ( US, Canada, France Germany and Japan, not UK) - Amazon TorPLib Linky for Greasemonkey

Customized Carrick Mundell’s LibraryLookup Greasemonkey script for the Seattle Public Library) to do the same for the Toronto Public Library. What’s it do? On any Amazon.com book listing page, the script inserts a hyper-link below the book title which, when clicked, will search for the book in the Toronto Public Library catalog. the Library Search Url and Library Name are now separate variables to make it a little easier to customized for other Library Systems. It does not work for the UK site. Why? Because the UK does not use the same class element names to give it a place to insert the html rewrite link. In fact, it only uses 2 class names on the whole item page. The Style Sheet and classes are there, they just don’t use them. Weird. This particular madness was kickoff by John Udell who started the LibraryLookup Project (http://jonudell.net/LibraryLookup.html) in 2002 (with bookmarklet’s). Many Thanks.

BIB - Exemple de Bookmarklet et de Script Greasemonkey pour relier le catalogue en ligne d'une bibliothèque et des services comme Amazon - eBranch::Catalog Search Tools - Amazon Lookup

Catalog Bookmarklet Works with Internet Explorer or Firefox. Simply drag this LCLS Book Lookup to your Links bar in Internet Explorer or your Bookmarks Toolbar in Firefox. When ever you are on a Barnes & Noble or Amazon page with 10 digit ISBN numbers just click on the LCLS Book Lookup and it will search the Lycoming County Library System Catalog. For best results use the Amazon LCLS Lookup below. Adding a bookmarklet: Internet Explorer Instructions | Instructions for Firefox and Internet Explorer Amazon LCLS Lookup : Do you use Amazon.com® to locate books? Wish you could easily find out if the Library owns a book you have found? Now you can! : Our Amazon LCLS Lookup tool displays information about the Library status of books you find in Amazon, right on the Amazon results page. Just click on the link on the Amazon page and you wil see if a title is available locally. The Lookup tool requires the Firefox web browser. Look for this yellow box on any Amazon results page

BIB - Greasemonkey Script - Exemple - (Videotheque) - Recherche de Films sur IMDB reliée à Une Bibliothèque - (Lycoming County Library System Search 1.0)

Un exemple de possibilité de liens ajoutés pour une recheche de films sur "Internet Movie Data Base" qui donne accés au catalogue en ligne d'une bibliothèque... A étudier Pendant la consultation d'un titre sur IMDB, il place un lien vers une recherche pour ledit titre dans la bibliothèque du comté de Lycoming System (Pennsylvanie). While viewing a title on IMDB, it will place a link to a search for said title in the Lycoming County Library System (Pennsylvania).

Google Maps - Full Screen (Updated 12. August '08) | userstyles.org

This styles makes the map window bigger, you will find the search at the top left. Print-, email- and link-button are on the top right. Because someone asked: Since you need the "Stylish" extension for this, this is not available for Internet Explorer.

Greasemonkey exemple de test YUI (YUI 3) pour Greasemonkey

Ce script montre comment mettre en place YUI Test (YUI 3) pour une utilisation avec des scripts Greasemonkey. Il vous permet de tester n'importe quelle page, même ceux que vous ne possédez pas. Il a été créé pour que vous puissiez écrire des tests unitaires pour les scripts Greasemonkey. La majeure partie de ce script vient: http://wiki.greasespot.net/Code_snippets # YUI_Li ... Je n'ai fait que l'adapter pour une utilisation avec YUI test, et fournir des instructions pour la mise en place de vos scripts afin qu'ils puissent être testés. Le script comme il est prévu ici peut être utilisé pour tester n'importe quelle page Web dans le monde. Pour l'utiliser pour tester un script Greasemonkey spécifique, juste un changement est nécessaire (ajouter un @ Exigent tag); voir les instructions d'essai ci-dessous.

unsafeWindow - Injecting JS functions into the page from a Greasemonkey script on Chrome - Stack Overflow

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).

Top Greasemonkey Scripts for New Gmail 2.0 | ShanKrila

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!

Folders4Gmail - Greasemonkey for Gmail - Organize labels into subfolder like hierarchy.

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!

Greasefire - Automatically find Greasemonkey scripts on Userscripts.org - when you visit a web site, how do you know if there are better ways to view it?

by 1 other
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.

Greasemonkey comes to Chrome - get your userscripts ready!

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.

User Script Compiler - Easily convert Greasemonkey scripts into Firefox extensions

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.

2009

Google Maps Max - Get GMaps Full-Screen with Greasemonkey or Stylish - Lifehacker (Pour les français : dans Greasemonkey autoriser " google.fr " et cela marche trés bien!)

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!

Search for AutoPage – Userscripts.org

scripts qui ameliorent l'usage de l'extension Autopager

Customize your Web browsing experience with Greasemonkey | Programming and Development | TechRepublic.com

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.

AMO Link. - Greasemonkey Script - Replaces the url in the link text with the add-on’s name.

If you, like me, visit Firefox forums or similar regularly, maybe you also often see people only posting the url of an add-on not saying which one it is. This script queries the AMO API for every link to an add-on it finds and replaces the url in the link text with the add-on’s name.