public marks

PUBLIC MARKS from decembre with tags firefox & reference

2017

FIR - CSS - What is userChrome.css? What can it do?

userChrome.css is a style sheet with special importance to Firefox. The rules in userChrome.css are applied to the user interface, and can override nearly every built-in style rule. Unfortunately, you cannot use userChrome.css to change the functional operation of Firefox; that's what extensions are for. Creating a userChrome.css file and adding style rules allows you to make changes to fonts and colors, hide unnecessary items, adjust spacing, and make other changes to the appearance of Firefox. The following examples illustrate the wide range of effects you can create, either by creating your own style recipes, or building on the work of CSS wizards sharing their talents on the web.

FIR - DEV - Éxaminer et modifier le code HTML - Outils de développement | MDN

Recherche: À partir de Firefox 45, la boite de recherche de l'Inspecteur trouve les correspondances dans tout le markup du document ouvert, ainsi que dans toutes les frames. Pour commencer une recherche, il suffit de cliquer sur la boîte de recherche pour l'agrandir ou bien d'utiliser les raccourcis clavier Ctrl + F , ou Cmd + F sous Mac. Lors de la saisie, une pop-up d'autocomplétion affiche toutes les classes ou ID qui correspondent à la recherche en cours :

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

2009

OpenURL ContextObject in SPAN (COinS) Use with LibX (Firefox extension that provides direct access to your library's resources).

by 3 others
To embed citation metadata into html in such a way that processing agents can discover, process and make use of the metadata. Since an important use of this metadata will be to allow processing agents to make OpenURL hyperlinks for users in libraries (latent OpenURL), the method must allow the metadata to be placed any where in HTML that a link might appear. In the absence of some metadata-aware agent, the embedded metadata must be invisible to the user and innocuous with respect to HTML markup. To meet these requirements, the span element was selected. The NISO OpenURL ContextObject is selected as the specific metadata package. The resulting specification is named "ContextObject in SPAN" or COinS for short. A COinS Generator site is available - See : COinS Processors Alf Eaton's Greasemonkey script for processing COinSVirginia Tech's

XUL (XML User Interface Language) - MDC

XUL (XML User Interface Language) is Mozilla's XML-based language that lets you build feature-rich cross platform applications that can run connected or disconnected from the Internet. These applications are easily customized with alternative text, graphics and layout so they can be readily branded or localized for various markets. Web developers already familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start building applications right away. Open XUL Periodic Table in Firefox or another Gecko-based browser to see some XUL demos.

8 Tips To Make FireFox Search Friendly | MakeUseOf.com

1. Install the Google Toolbar. 2. Take advantage of FireFox search plugins Or create your own. Let’s take a quick look at how you can create your own search plugin for any search engine or site you refer to daily: * search the site you are creating the plugin for; * copy the query string; * change your search term in the query string for {searchTerms}; * go to mycroft.mozdev.org and complete the form as shown below; 3. Use FireFox “smart keywords” feature(it allows you to search right from the address bar). 4. Use The CyberSearch FireFox plugin (download it here).Another way to search from the address bar. It supports multiple Google services... 5. Tweak your FireFox about:config settings.Yet another way to search from the address bar. (tip by FireFox facts). 6. Use Search Bookmarklets 7. Search Highlighted Words With Multiple EnginesSearch the highlighted word using multiple search engines: KallOut8. Search The Web (Or Any Website) With One Searchy

2008

Introducing Operator, a Microformat Detection Extension for Firefox 2____Mozilla Labs - 2006

by 7 others, 2 comments
Operator demonstrates the usefulness of semantic information on the Web, in real world scenarios.Here are some examples of things you can do with this release of Operator, and with the Web as it exists today : Yahoo! Local and Your Address Book. With Operator you can send the phone number of your favorite pizza place from Yahoo! Local to your address book, without having to type anything..... Operator requires information on the Web to be encoded using microformats, and since this method for semantically encoding information is relatively new, not all sites are using microformats yet. However, Operator works great with any blog that uses rel-tag, and the sites Yahoo! Local, Flickr, and Upcoming.org, all of which contain millions of pieces of information expressed using microformats. As more sites begin to semantically encode data with microformats, Operator will automatically work with them as well.

User- Interface-fr - Microformats

Il y a eu récemment beaucoup de très bonnes idées d'interfaces-utilisateurs et des suggestions pour travailler sur les microformats. Cette page sert à rassembler et documenter de façon à ce que nous puissions être inspirés et informés sur les travaux des autres.

Delicious Blog Rescue Tool___Post Specified delicious bookmarks in your blog

by 1 other
Once the settings are filled in, click Make Blog Post. The tool will fetch all your links for the specified date and post them to your blog, just like del.icio.us should have done.

Standard diagnostic - Firefox - MozillaZine Knowledge Base

Standard diagnostic - Firefox From MozillaZine Knowledge Base This article provides a standard set of steps to follow if Firefox is no longer working properly, and offers solutions that will preserve your user profile data (bookmarks, passwords, history, preference settings, etc.) as far as possible. You should first search the Knowledge Base and check the links given at the end of this article for a solution to your specific problem. Important: The Firefox configuration, bookmarks and other personal data, and information on themes and extensions are stored in your profile. Uninstalling and reinstalling does not change the profile data, and therefore may not solve the problem.

zotero___Tests avec des opacs Aleph, Horizon, Millenium. Ca marche bien. Les formats connus sont MARC (ss doute MARC21), BibTex, MODS, RIS, RDF et Refer.

by 2 others
Vous pouvez importer des lots de références. Si une page web a un livre (affichage détaillé dans un opac par ex) une petite icone qui apparaît dans votre barre d’adresse firefox. Cliquez, Zotero nettoie la page et de récupérer les infos bibliogra

2007

Top Firefox 2 config tweaks___Geek to Live: - Lifehacker

by 6 others
How to modify Firefox's configuration (about:config) All this "advanced config" talk got you worried? Fear not, my friend. Here's the deal: Firefox's configuration is a long list of keys and values. To view this list, type about:config into the Firefox ad

2005