Keshet TV video export

By Frodo Last update Jan 21, 2007 — Installed 390 times.
// Hello World! example user script
// version 0.1 BETA!
// 2005-04-22
// Copyright (c) 2005, Mark Pilgrim
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Hello World", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          Keshet TV video export
// @namespace     http://diveintogreasemonkey.org/download/
// @description   script to export Keshet TV videos
// @include       http://www.keshet-tv.com/nehederet/*
// ==/UserScript==

alert('Hello world!');