User Scripts: Video Download by User Scripts


Posted in Javascript onMay 14, 2007

Video download from video site such as youtube.com has many methods, there are allready many software downloader , online url conversion utility to do the job, however, using userscript is a better way is you have already installed browser-addons.

There are basically two browser addons are recommended here, GreaseMonkey for FireFox and IE7Pro for Internet Explorer. Each of them has correspondent user script site, http://userscripts.org/ for GreaseMonkey and http://iescripts.org/ for IE7Pro.

1. General Video Download Scripts

  • Video Link Grabber
    This script puts a link at the bottom of the page with the location of the stand-alone video-player of a lot of sites (see tags). Can be used to copy/paste into forums... You can also click on the link to view the video fullscreen.

    FireFox: http://userscripts.org/scripts/show/9147
    Internet Explorer: http://iescripts.org/view-scripts-78p1.htm

  • Video Downloader
    A video download utility powered by videodownloader.net http://javimoya.com/blog/youtube_en.php . Video Downloader allows you to download videos (to your computer) directly (and easily -just one click-) from most video sites. You can download from: Angry Alien, Blennus, Blip.tv, Break.com, Dailymotion, Double Agent, eVideoShare, Free Video Blog, Google Video, Grinvi, iFilm, Keiichi Anime Forever, Metacafe, MySpace, MySpace Video Code, Putfile, Totally Crap, vidiLife, vSocial, AnimeEpisodes.Net, Badjojo, Blastro, Bofunk, Bolt, Castpost, CollegeHumor, Current TV, Dachix, Danerd, DailySixer.com, DevilDucky, Double Agent, EVTV1, FindVideos, Hiphopdeal, Kontraband, Lulu TV, Midis.biz, Music.com, MusicVideoCodes.info, Newgrounds, NothingToxic, PcPlanets, Pixparty, PlsThx, Revver, Sharkle, SmitHappens, StreetFire, That Video Site, VideoCodes4U, VideoCodesWorld, VideoCodeZone, Vimeo, Yikers YouTube and ZippyVideos.

    Internet Explorer: http://iescripts.org/view-scripts-52p1.htm

  • Video Download
    Save video clips from YouTube, Google Video, Myspace, Metacafe, Break.com, Putfile, Dailymotion and Sevenload. The script shows a small notice-bar at the top of supported video-pages. Upon clicking the notice-bar download links are shown on a small results page. Right-click to save the files. Results page and images are part of the script and not loaded remotely.

    FireFox: http://userscripts.org/scripts/source/8427
    FireFox: http://userscripts.org/scripts/show/4037
    Internet Explorer: IE7Pro user scripts(default installed).

2. Special Video Site Download Scripts

  • Youtube Video Download
    FireFox: http://userscripts.org/scripts/show/8177
    FireFox: http://userscripts.org/scripts/show/7880
    FireFox: http://userscripts.org/scripts/show/3982
    Internet Explorer: http://iescripts.org/view-scripts-3p1.htm
  • Google Video Download
    FireFox: http://userscripts.org/scripts/show/5821
  • Metacafe Video Download
    FireFox: http://userscripts.org/scripts/show/4316
  • LiveLeak Video Download
    FireFox: http://userscripts.org/scripts/show/6442
    Internet Explorer: http://iescripts.org/view-scripts-71p1.htm
  • 6Rooms Video Download
    Internet Explorer: http://iescripts.org/view-scripts-72p1.htm
  • Tudou Video Download
    Internet Explorer: http://iescripts.org/view-scripts-73p1.htm

3. Sex Video Download Scripts

  • RedTube Video Download
    FireFox: http://userscripts.org/scripts/show/8691
    Internet Explorer: http://iescripts.org/view-scripts-61p1.htm
  • XTube/Pornotube Video Download
    FireFox: http://userscripts.org/scripts/show/5208
    Internet Explorer: http://iescripts.org/view-scripts-62p1.htm
Javascript 相关文章推荐
jQuery 剧场版 你必须知道的javascript
May 27 Javascript
JS 控制非法字符的输入代码
Dec 04 Javascript
JQuery实现鼠标滑过显示导航下拉列表
Sep 12 Javascript
setTimeout和setInterval的深入理解
Nov 08 Javascript
JS中字符串trim()使用示例
May 26 Javascript
谈一谈JS消息机制和事件机制的理解
Apr 14 Javascript
jQuery点击弹出层弹出模态框点击模态框消失代码分享
Jan 21 Javascript
Bootstrap模态窗口源码解析
Feb 08 Javascript
es6学习笔记之Async函数基本教程
May 11 Javascript
微信小程序中时间戳和日期的相互转换问题
Jul 09 Javascript
vsCode安装使用教程和插件安装方法
Aug 24 Javascript
详解关于webpack多入口热加载很慢的原因
Apr 24 Javascript
javascript之卸载鼠标事件的代码
May 14 #Javascript
getElementById在任意一款浏览器中都可以用吗的疑问回复
May 13 #Javascript
JavaScript脚本语言在网页中的简单应用
May 13 #Javascript
编辑浪子版表单验证类
May 12 #Javascript
textContent在Firefox下与innerText等效的属性
May 12 #Javascript
关于__defineGetter__ 和__defineSetter__的说明
May 12 #Javascript
JavaScript Archive Network 集合
May 12 #Javascript
You might like
用PHP和ACCESS写聊天室(十)
2006/10/09 PHP
一个基于PDO的数据库操作类
2011/03/24 PHP
PHP输出九九乘法表代码实例
2015/03/27 PHP
php猜单词游戏
2015/09/29 PHP
jQuery开发者都需要知道的5个小技巧
2010/01/08 Javascript
Jquery 滑入滑出效果实现代码
2010/03/27 Javascript
JS中的this变量的使用介绍
2013/10/21 Javascript
js验证整数加保留小数点的简单实例
2013/12/02 Javascript
jQuery中:selected选择器用法实例
2015/01/04 Javascript
node.js [superAgent] 请求使用示例
2015/03/13 Javascript
javascript实现根据时间段显示问候语的方法
2015/06/18 Javascript
轻松实现js图片预览功能
2016/01/18 Javascript
JS实现简单的天数计算器完整实例
2017/04/28 Javascript
vue-cli3 项目从搭建优化到docker部署的方法
2019/01/28 Javascript
Vue使用Canvas绘制图片、矩形、线条、文字,下载图片
2019/04/26 Javascript
Vue基础学习之项目整合及优化
2019/06/02 Javascript
Vue封装的组件全局注册并引用
2019/07/24 Javascript
JavaScript实现跟随鼠标移动的盒子
2021/01/28 Javascript
[02:03]永远的信仰DOTA2 中国军团历届国际邀请赛回顾
2016/06/26 DOTA
粗略分析Python中的内存泄漏
2015/04/23 Python
selenium处理元素定位点击无效问题
2019/06/12 Python
python and or用法详解
2019/06/26 Python
python文件读写代码实例
2019/10/21 Python
python3中使用__slots__限定实例属性操作分析
2020/02/14 Python
django 前端页面如何实现显示前N条数据
2020/03/16 Python
Python 整行读取文本方法并去掉readlines换行\n操作
2020/09/03 Python
Python 创建守护进程的示例
2020/09/29 Python
python使用requests库爬取拉勾网招聘信息的实现
2020/11/20 Python
比利时家具购买网站:Home24
2019/01/03 全球购物
华为菲律宾官方网站:HUAWEI Philippines
2021/02/23 全球购物
高中毕业的自我鉴定
2013/12/09 职场文书
小学新学期教师寄语
2014/01/18 职场文书
初中生期末评语大全
2014/04/24 职场文书
企业党员个人自我评价
2014/09/20 职场文书
分享Python异步爬取知乎热榜
2022/04/12 Python
解决Springboot PostMapping无法获取数据的问题
2022/05/06 Java/Android