- 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).
- C'est la possibilité de créer des pictos d'angles arrondis... Arrondissez les angles avec Google---Comment ? Tout simplement en entrant l'url suivante dan...C'est la possibilité de créer des pictos d'angles arrondis... Arrondissez les angles avec Google---Comment ? Tout simplement en entrant l'url suivante dans votre navigateur: http://www.google.com/groups/roundedcorners?c=3456DE&bc=black&w=30&h=30&a=tr" --------- On peut paramétrer pas mal de choses... - c - c'est la couleur du coin arrondi. Vous pouvez entrer une couleur compatible CSS en toute lettres comme white, gray, red, green, blue, yellow, teal, olive, purple, black mais aussi n'importe quelle couleur au format RRVVBB (sans le # devant... exemple blanc = FFFFFF) - bc - La couleur de fond de l'image (même topo que ci dessus) - h - La hauteur en pixels - w - La largeur en pixels - a - Quel coin générer ? tl correspond au coin en haut à gauche (Top Left), tr le coin haut droit, bl le coin bas gauche et br le coin bas droit. Marche avec n'importe quel sous domaine de Google.


user