Skip to content

Instantly share code, notes, and snippets.

@uahim
uahim / Convert_iframe_to_link.js
Last active March 16, 2016 18:40 — forked from ihsoy-s/Convert_iframe_to_link.js
[greasemonkey] Convert embedded YouTube and Vimeo to link
@uahim
uahim / adownl.js
Last active August 12, 2019 18:34 — forked from t3k4y/adownl.js
basic tampermonkey js to get video url
// ==UserScript==
// @name teka artedownloader
// @namespace http://tampermonkey.net/
// @version 0.2.1
// @description try to take over the world!
// @author You
// @match https://www.arte.tv/de/videos/*
// @match https://www.arte.tv/fr/videos/*
// @grant GM_download
// ==/UserScript==