GuGuss / ARTE-7-Downloader

User script to download videos from the ARTE+7 website
GNU General Public License v3.0
263 stars 33 forks source link

hardcoded version +credits function #39

Closed Bumbadawg closed 8 years ago

Bumbadawg commented 8 years ago

fixing issue #38

Bumbadawg commented 8 years ago

tested as Chrome extension

Bumbadawg commented 8 years ago

doesn't with Opera extension as drag'n'drop. neither this code given as example by Opera :D http://www.opera.com/docs/userjs/using/#writingscripts

// ==UserScript==
// @include http://example.com/*
// @include http://www.example.com/*
// @exclude http://example.com/directory/*
// @exclude http://www.example.com/example.html
// @encoding iso-8859-1
// ==/UserScript==
(function ()
{
    alert("Hello");
  })();