public marks

PUBLIC MARKS from decembre with tags greasemonkey & tool

2010

data: URI Generator - Convert Online Tool for Icon, image to import it in greasemonkey Script - dopiaza.org

data: URI Generator The data: URI scheme allows you to build URLs that embed small data objects. data: URIs are supported by most modern browsers except for Internet Explorer. The lack of IE support is holding back widespread adoption of data: URIs, but they are still very useful in a couple of specific areas such as embedding graphics and other data items in Greasemonkey scripts. You can read more about data: URIs and see some examples of their use, or use the generator below to create your own. data: URIs are defined in RFC 2397.

JSMin (Online Javascript version of this Tool) - A filter which removes comments and unnecessary whitespace from JavaScript files

by 1 other
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.

ipernity: Plug-ins Greasemonkey

by 1 other
Ce plug-in vous permet d'importer la totalité de vos photos depuis Flickr. Qu'est-ce qui sera importé ? * La photo originale * Titre, description * Dates (cliché, téléchargement) * Partage, Permissions (commentaire, tags), licence * Latitude, longitude * Les 50 premiers tags Comment l'utiliser ? * Installez Greasemonkey et le plug-in * Rendez-vous sur votre page de photos sur Flickr et regardez en bas de la page * Cliquez sur le bouton "Import to ipernity" en bas de page. Ceci importera les premières 180 photos * Renouvellez l'opération autant de fois que nécessaire * Ceci ne modifie ni ne supprime rien de votre compte Flickr

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.

2009

Forum Deblocker - Greasemonkey

The "Forum Deblocker" userscript simulates the Googlebot so you may see the forum pages as google sees them

Regular Expressions - Popular Tools, Utilities and Programming Languages That Support Regular Expressions - Specialized Tools and Utilities for Working with Regular Expressions - TutorialTools & LanguagesExamplesBooks & Reference

These tools and utilities have regular expressions as the core of their functionality. grep - The utility from the UNIX world that first made regular expressions popular PowerGREP - Next generation grep for Microsoft Windows RegexBuddy - Learn, create, understand, test, use and save regular expressions. RegexBuddy makes working with regular expressions easier than ever before. General Applications with Notable Support for Regular Expressions There are a lot of applications these days that support regular expressions in one way or another, enhancing certain part of their functionality. But certain applications stand out from the crowd by implementing a full-featured Perl-style regular expression flavor and allowing regular expressions to be used instead of literal search terms throughout the application. EditPad Pro - Convenient text editor with a powerful regex-based search and replace feature, as well as regex-based customizable syntax coloring.

Handling Keyboard Shortcuts in JavaScript

by 8 others
Despite the many JavaScript libraries that are available today, I cannot find one that makes it easy to add keyboard shortcuts(or accelerators) to your javascript app. This is because keyboard shortcuts where only used in JavaScript games - no serious web application used keyboard shortcuts to navigate around its interface. But Google apps like Google Reader and Gmail changed that. So, I have created a function to make adding shortcuts to your application much easier.

2008

Organize Tools on Flickr - Photo Sharing!

add a new menu to it and utilize its great batch function. Now you can collect any photos in Organize and send to the following tools. Currently three tools are available: 1. Flickr Album Maker 2. fd's Slideshow Maker 3. fd's Mosaic Maker

Instantly Locate Yourself on Google Maps

Instantly Locate Yourself on Google Maps Firefox with Greasemonkey (All platforms): The Google Maps & Geode Greasemonkey user script adds a small Current Position link next to the Google Maps search box that instantly locates you on a map using Firefox's new geolocation technology. To use this script right now, you'll need to install the previously mentioned Geode Firefox extension—but as soon as Greasemonkey supports Firefox 3.1, which itself supports geolocation natively, you won't need any extra extensions. Since so many Google Maps searches start at your current location, whether you're getting directions or looking for nearby businesses, this quick link cuts out the work of entering in your address each time. Handy!

Flickr-Toolbox-100-Outils-et-Services__Mashable! France search results: sudoku

Voici une liste de +100 services/applications pour vous aider à exploiter 100% du potentiel du site de partage de photo le plus populaire du web:/2007/08/04/

Anthony Lieuallen's Greasemonkey Compiler___Better Flickr is a compilation of work done by several Greasemonkey scripters

Creates a full fledged Firefox XPI (extension) from a greasemonkey script._I modified the output of the compiler to include multiple scripts with the ability to enable and disable individual features.

HTML::AutoPagerize - Utility to load AutoPagerize SITEINFO stuff - search.cpan.org

HTML::AutoPagerize is an utility module to load SITEINFO defined in AutoPagerize. AutoPagerize is an userscript to automatically figure out the "next link" of the current page, then fetch the content and insert the content by extracting the "page element"