This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="el"> | |
<head> | |
<meta charset="utf-8"> | |
<title>ΚΑΚΑΟ</title> | |
<style type="text/css"> | |
.letter { | |
color: red; | |
font-weight: bold; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This is a template command */ | |
CmdUtils.CreateCommand({ | |
name: "example", | |
icon: "http://example.com/example.png", | |
homepage: "http://example.com/", | |
author: { name: "Your Name", email: "you@example.com"}, | |
license: "GPL", | |
description: "A short description of your command", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Version 1.2 | |
// Uses code from: | |
// http://www.captain.at/programming/xul | |
// https://developer.mozilla.org/en/Writing_textual_data | |
// http://maloki.net/projects/pingfm-ubiquity | |
notesConf = { | |
addLocation:function(location){ | |
if (!Application.prefs.has("notes.location")) { |