summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2338e51)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
// @name Direct Download Links
// @namespace http://git.ao2.it/GM_direct_download_links.git
// @description Add direct download links for (video) files
// @name Direct Download Links
// @namespace http://git.ao2.it/GM_direct_download_links.git
// @description Add direct download links for (video) files
+// @include http://video.repubblica.it/*
// @include http://tv.repubblica.it/*
// @include http://trovacinema.repubblica.it/*
// @include http://www.kataweb.it/tvzap/*
// @include http://tv.repubblica.it/*
// @include http://trovacinema.repubblica.it/*
// @include http://www.kataweb.it/tvzap/*
var supported_sites = [
{
var supported_sites = [
{
+ locationRegexp: /^http:\/\/video\.repubblica\.it\/.*$/,
+ fileElem: 'contA',
+ fileRegexp: /'pcUrl', '(http:\/\/[^']*)'/,
+ linkDest: 'contA',
+ },
+ {
locationRegexp: /^http:\/\/tv\.repubblica\.it\/.*$/,
fileElem: 'boxPlayer',
fileRegexp: /'pcUrl', '(http:\/\/[^']*)'/,
locationRegexp: /^http:\/\/tv\.repubblica\.it\/.*$/,
fileElem: 'boxPlayer',
fileRegexp: /'pcUrl', '(http:\/\/[^']*)'/,