public marks

PUBLIC MARKS from decembre with tags convertir & firefox

2018

VIDEO - TUTO - Retour à VLC : Enregistrer une video en ligne ET la Convertir

A ce jour, il ne nous reste donc plus sur Windows que VLC comme player Multimedia Open Source. Contrairement aux autres, VLC permet assez simplement de lire et d’enregistrer des vidéos en ligne. Il permet aussi la conversion de vidéos ! Enregistrer une vidéo en ligne avec VLC J’ai pris un exemple d’enregistrement du film Amours et turbulences (2013) avec Nicolas Bedos et Ludivine Sagnier. Copiez tout d’abord l’url dans Youtube de la vidéo à enregistrer. Si vous utilisez un autre service, activez les outils développeur dans Firefox ou dans Chromium avec le raccourci Ctrl+Shift+I pour récupérer l’url de la vidéo.

2010

Use Greasemonkey Scripts In Google Chrome - But, there are some limitations as well (as with Opera — which also supports some greasemonkey scripts) - Chrome does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs.

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

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.

2008

Complex Table Mark-up Toolbar

by 1 other
Complex Table Mark-up Toolbar. Ce module additionné au navigateur Firefox permet d'identifier les entêtes et leurs cellules associées, de linéariser un tableau et surtout à partir d'un tableau de données de générer le code source afin de le rendre accessible sans mettre son nez dans le code (cette fonction n'est pas forcément facile à prendre en main du premier coup).

Base64 Encoder___Converts image files to base64 data with a preview pane (256 x 256

Converts image files to base64 data with a preview pane (256 x 256) :displays the size and image of the returned data. Options to copy data to browser url location bar, to the clipboard or save to file (default .txt) with a choice of 16 pre-defined format