Skip to content

Instantly share code, notes, and snippets.

@t3k4y
t3k4y / adownl.js
Created July 31, 2019 07:38
basic tampermonkey js to get video url
// ==UserScript==
// @name teka artedownloader
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.arte.tv/de/videos/*
// @grant GM_download
// ==/UserScript==