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 相关文章推荐
javscript对象原型的一些看法
Sep 19 Javascript
在JavaScript中实现类的方式探讨
Aug 28 Javascript
JQuery操作元素的css样式
Mar 09 Javascript
jQuery ajax分页插件实例代码
Jan 27 Javascript
AngularJS基础 ng-keyup 指令简单示例
Aug 02 Javascript
angularjs点击图片放大实现上传图片预览
Feb 24 Javascript
原生JS实现九宫格抽奖效果
Apr 01 Javascript
Vue.js常用指令的使用小结
Jun 23 Javascript
layui自定义插件citySelect实现省市区三级联动选择
Jul 26 Javascript
JS常见错误(Error)及处理方案详解
Jul 02 Javascript
解决vue 退出动画无效的问题
Aug 09 Javascript
js中复选框的取值及赋值示例详解
Oct 18 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
基于mysql的论坛(7)
2006/10/09 PHP
从C/C++迁移到PHP——判断字符类型的函数
2006/10/09 PHP
PHP中使用unset销毁变量并内存释放问题
2012/07/05 PHP
叫你如何修改Nginx与PHP的文件上传大小限制
2014/09/10 PHP
PHP通过内置函数memory_get_usage()获取内存使用情况
2014/11/20 PHP
yii2.0使用Plupload实现带缩放功能的多图上传
2015/12/22 PHP
关于PHP中协程和阻塞的一些理解与思考
2017/08/11 PHP
php设计模式之装饰模式应用案例详解
2019/06/17 PHP
laravel Model 执行事务的实现
2019/10/10 PHP
TP5框架实现自定义分页样式的方法示例
2020/04/05 PHP
JavaScript 乱码问题
2009/08/06 Javascript
Jquery中getJSON在asp.net中的使用说明
2011/03/10 Javascript
基于Jquery的文字自动截取(提供源代码)
2011/08/09 Javascript
解析offsetHeight,clientHeight,scrollHeight之间的区别
2013/11/20 Javascript
jQuery背景插件backstretch使用指南
2015/04/21 Javascript
jQuery控制DIV层实现由大到小,由远及近动画变化效果
2015/10/09 Javascript
基于javascript bootstrap实现生日日期联动选择
2016/04/07 Javascript
bootstrap flask登录页面编写实例
2016/11/01 Javascript
JS代码优化的8点建议
2020/02/04 Javascript
Nuxt配置Element-UI按需引入的操作方法
2020/07/06 Javascript
vue 使用async写数字动态加载效果案例
2020/07/18 Javascript
Python中的rjust()方法使用详解
2015/05/19 Python
Pycharm远程调试openstack的方法
2017/11/21 Python
详解python中的lambda与sorted函数
2020/09/04 Python
英国性感内衣和睡衣品牌:Bluebella
2018/01/26 全球购物
创业计划书模版
2014/02/05 职场文书
《金子》教学反思
2014/04/13 职场文书
教师节宣传方案
2014/05/23 职场文书
2014国庆节主题活动方案:快乐的国庆节
2014/09/16 职场文书
2016年心理学教育培训学习心得体会
2016/01/12 职场文书
最新的离婚协议书范本!
2019/07/02 职场文书
教你使用TensorFlow2识别验证码
2021/06/11 Python
Python初学者必备的文件读写指南
2021/06/23 Python
详解非极大值抑制算法之Python实现
2021/06/28 Python
Mysql Innodb存储引擎之索引与算法
2022/02/15 MySQL
html中两种获取标签内的值的方法
2022/06/16 jQuery