public marks

PUBLIC MARKS from decembre with tags html & script

2015

UserScript: Quick link to Flickr Url and HTML code for images. | Femgeek.co.uk

(via)
This is a very basic user script that puts the url of the image you want in the image thumbnail as your browsing the site, it also adds a textarea to enable you to copy the html straight into your blog post without clicking through to the image

GM - greasemonkey - Changing Javascript on an HTML page out of my control - Stack Overflow

use Greasemonkey to modify the script or to insert another script just after it to override the function

2014

Custom Buttons • Format HTML

Highlight text in page textarea and click on format desired. Focus needs to be in page textarea for Dialog to display. Style1 - Style10 buttons are preset with the displayed style Customize the 10 preset styles at the beginning of the script (do not alter characters after !important;) Texarea for user defined csss (retains last entry) Optional short name for url's (retains last entry) Quote name clears after each insert Colorpicker or manually insert color value for fonts

2009

UserScript Writing 101 – Manuel of Things to learn - Userscripts.org

The Order of Things to Learn Look to the "Resources" section for places to learn about these. 1. HTML. Hypertext Markup Language. Not the same "language" as JavaScript. This is a markup language, meaning it's a bunch of text that is meant to represent some type of structure, in this case, a web page. 2. XML. Extensible Markup Language. In case you didn't realize, HTML itself is a type of "XML". Learning XML is important because many popular websites (YouTube, Facebook, Last.fm) use XML to interact with data. Since you already know HTML by this point, understanding XML should be cake. 3. CSS. Cascading Style Sheets. This is the way HTML (should be) stylized. You'll want to learn this. 4. JavaScript. Learn all the basics: data types, functions, JavaScript's native functions like prompt, alert, etc. 5. The Greasemonkey Extras. Like I said, Greasmonkey == JavaScript, with a lot of extras. A specific page listing the API's can be found here.

DOM events - Wikipedia, the free encyclopedia

by 1 other
DOM (Document Object Model) events allow event-driven programming languages like JavaScript, JScript, ECMAScript, VBScript and Java to register various event handlers/listeners on the element nodes inside a DOM tree, e.g. HTML, XHTML, XUL and SVG documents. Historically, like DOM, the event models used by various web browsers had some significant differences. This caused compatibility problems. To combat this, the event model was standardized by the W3C in DOM Level 2.

Phoenix :: Add-ons for Firefox

An editor with real time syntax highlighting which allows edit, run and test CSS, HTML and JavaScript code. Phoenix will tell you how many CSS and JS files are loaded into a page, how big these are,...

2008

Reformat Table script - Recherche Google

table tableau htlm formater personnaliser script css greasemonkey firefox reformater

Venkman's JavaScript Debugger - Provides a way to watch local variables

by 4 others
The way to debug JavaScript web applications. The Venkman JavaScript Debugger is similar to the Codetch Editor in the sense that its an IDE in itself. The extension provides a way to watch local variables, move through the JavaScript source, set breakpoints, and step through each line of code. An excellent tool for web developers of JavaScript.

Firefox Web Developer Toolbar | Webmaster Tips

Web Developer Toolbar is one of the most useful tools you can have for web design. This is a short introduction that will show you some ways that you can use it when making web sites.

Convert POST to GET in forms firefox - Recherche Google

Je cherche à savoir quelle données passent en post après le submit d'un form.. Y'a t'il une extension de firefox qui permette de visualiser les données en post ? - - WebDevelopper Ensuite sur la page de ton formulaire, Forms>Convert Form Method> Posts To Gets ... Et ça convertit les formulaires post en get ( surprenant non ;) ) et ainsi tu pourras voir les variables passées dans l'url!

2007

Blogger del.icio.us publishing and post categorizing helper – Userscripts.org

This script adds tagging support to Blogger blogs. It features a Tags: field on the post edit page and invisibly appends a chunk of tags to the posts you tag, which ends up a

2006

Aardvark : a tool for web developers/designers providing the opportunity of viewing and editing styles (css) and content of the page elements .

by 34 others
The Aardvark Firefox extension is a tool for web developers/designers providing the opportunity of viewing and editing styles (css) and content of the page elements ... Things You Can Do With Aardvark : Clean up unwanted banners and surrounding "fluff," e

Performancing___blog editor that sits right within Firefox._extension

"Performancing for Firefox is a full featured blog editor that sits right within Firefox. Just hit F8 or click the little pencil icon at the bottom right to bring up the blog editor and easily post to your Wordpress, MovableType or Blogger blogs."

2005

Platypus_mozdev.org - :Faire des scripts Greasemonkey

by 22 others, 1 comment
Le compagnon idéal de greaseMonkey. Permet de modifier une page et de sauvegardez les modifications sous la forme d'un script greaseMonkey. Le script est automatiquement appliqué lorsque vous revisitez la page.