summaryrefslogtreecommitdiff
path: root/misc/userscripts/cast
diff options
context:
space:
mode:
Diffstat (limited to 'misc/userscripts/cast')
-rwxr-xr-xmisc/userscripts/cast2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/userscripts/cast b/misc/userscripts/cast
index 8bbf05a40..df74fe97e 100755
--- a/misc/userscripts/cast
+++ b/misc/userscripts/cast
@@ -116,7 +116,7 @@ cat <<EOF
}
/** force repainting the video, thanks to:
- * http://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
+ * http://web.archive.org/web/20151029064649/https://martinwolf.org/2014/06/10/force-repaint-of-an-element-with-javascript/
*/
var siteHeader = document.getElementById('header');
siteHeader.style.display='none';