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获取iframe的document对象的方法
Oct 10 Javascript
Webpack中css-loader和less-loader的使用教程
Apr 27 Javascript
详解vuex 中的 state 在组件中如何监听
May 23 Javascript
详解webpack解惑:require的五种用法
Jun 09 Javascript
JavaScript你不知道的一些数组方法
Aug 18 Javascript
浅谈Vue.js路由管理器 Vue Router
Aug 16 Javascript
jQuery无冲突模式详解
Jan 17 jQuery
vue 列表页跳转详情页获取id以及详情页通过id获取数据
Mar 27 Javascript
vue改变对象或数组时的刷新机制的方法总结
Apr 24 Javascript
JS中的算法与数据结构之二叉查找树(Binary Sort Tree)实例详解
Aug 16 Javascript
js cavans实现静态滚动弹幕
May 21 Javascript
微信小程序调用后台service教程详解
Nov 06 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框架Symfony2经典入门教程
2014/07/08 PHP
php中call_user_func函数使用注意事项
2014/11/21 PHP
thinkphp框架实现路由重定义简化url访问地址的方法分析
2020/04/04 PHP
Nigma vs Liquid BO3 第二场2.13
2021/03/10 DOTA
测试JavaScript字符串处理性能的代码
2009/12/07 Javascript
javascript 学习笔记(八)javascript对象
2011/04/12 Javascript
js控制表单不能输入空格的小例子
2013/11/20 Javascript
jQuery实现信息提示框(带有圆角框与动画)效果
2015/08/07 Javascript
jquery实现图片水平滚动效果代码分享
2015/08/26 Javascript
React.js入门学习第一篇
2016/03/30 Javascript
利用jquery获取select下拉框的值
2016/11/23 Javascript
NodeJS实现客户端js加密
2017/01/09 NodeJs
JS一个简单的注册页面实例
2017/09/05 Javascript
微信小程序 数据绑定及运算的简单实例
2017/09/20 Javascript
利用vue+elementUI实现部分引入组件的方法详解
2017/11/22 Javascript
js判断文件类型大小并给出提示的实现方法
2018/01/03 Javascript
Vue中mintui的field实现blur和focus事件的方法
2018/08/25 Javascript
详解Vue.js3.0 组件是如何渲染为DOM的
2020/11/10 Javascript
使用vue编写h5公众号跳转小程序的实现代码
2020/11/27 Vue.js
简单介绍Python中利用生成器实现的并发编程
2015/05/04 Python
手动安装python3.6的操作过程详解
2020/01/13 Python
django 实现后台从富文本提取纯文本
2020/07/02 Python
纽约家具、家居装饰和地毯店:ABC Carpet & Home
2017/06/21 全球购物
车间组长岗位职责
2013/12/20 职场文书
红旗方阵解说词
2014/02/12 职场文书
语文高效课堂实施方案
2014/05/03 职场文书
公司爱心捐款倡议书
2014/05/14 职场文书
大学竞选班干部演讲稿
2014/08/21 职场文书
简单租房协议书
2014/10/21 职场文书
学生检讨书如何写
2014/10/30 职场文书
接待员岗位职责范本
2015/04/15 职场文书
辅导员学期工作总结
2015/08/14 职场文书
2019年世界儿童日宣传标语
2019/11/22 职场文书
eval(cmd)与eval($cmd)的区别与联系
2021/07/07 PHP
MYSQL 的10大经典优化案例场景实战
2021/09/14 MySQL
MySQL范围查询优化的场景实例详解
2022/06/10 MySQL