Preview

To Downlaod from Restube

Satisfactory Essays
Open Document
Open Document
555 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
To Downlaod from Restube
/*

About IE7Pro
IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts. How to install user script
1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts.

2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled.

3. Find your favorite scripts on iescripts.org and click "Install This Script" . */

// ==UserScript==
// @name RedTube Downloader
// @description This script resolves path+name of video files on redtube.com. Videos can be downloaded via "Share this Video" (link changed from /share to file path).
// @include http://*redtube.com/*
// ==/UserScript==

if (top==self) { var host=window.location.hostname; var vid =window.location.pathname.substr(1);

var mediaSource;

function insertnotice() { var hrefNodes = document.getElementsByTagName('a'); for(var a = 0; a < hrefNodes.length; a++) { if(hrefNodes[a].getAttribute('href').substr(0,28) == "http://www.redtube.com/share") { hrefNodes[a].setAttribute('href', mediaSource); } } }

function extracturls() { if (host.match(/redtube\./i) !=null) { var p_file = "" + vid; if(p_file == "" || p_file == "video.flv") { p_file = "1"; } var v_fileFloat = "" + Math.floor(parseFloat(p_file) / 1000); // 477 --> 0.477 --> 0 var v_fileLength = p_file.length; // --> 3 for (var a = 1; a 0000477 } v_fileLength = v_fileFloat.length; // --> 1 for (var a = 1; a 0000000 }

var map = new Array("R", "1", "5", "3", "4", "2", "O", "7", "K", "9", "H", "B", "C", "D", "X", "F", "G", "A", "I", "J", "8", "L",

You May Also Find These Documents Helpful

  • Satisfactory Essays

    …………. ……… …… ……… ………….. 9 9 8 8 6 8 4 5 5 7 -4 6 - 3 6 - 2 8 - 2 4 - 2 4 ………… …….…

    • 868 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    · S/W Environment: Minimum one Web Browser should be installed before PC installation, Use IE 5.5 or higher, Go to Tools > Internet Options > Security tab and click on Custom Level button and make sure that under the Scripting section the Active Scripting is set to “Enable”.…

    • 1858 Words
    • 8 Pages
    Good Essays
  • Satisfactory Essays

    M6 Assignment

    • 387 Words
    • 2 Pages

    2. Move the site to the Trusted Sites zone, disable protected mode on IE, and modify the application.…

    • 387 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    2. when the box is open Click "file" at the top and then Click "New Task (Run...)"…

    • 338 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Solution: This security update resolves seven privately reported vulnerabilities and one publicly disclosed vulnerability in Internet Explorer. The more severe vulnerabilities could allow remote code execution if a user views a specially crafted Web page using Internet Explorer. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights.…

    • 272 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    Nt1310 Unit 3

    • 1041 Words
    • 5 Pages

    2. What of the following is included with Internet Explorer 8 that enables the browser to display older pages properly?…

    • 1041 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    = 1024 + 0 + 256 + 0 + 0 + 0 + 0 + 8 + 4 + 2 + 1…

    • 780 Words
    • 10 Pages
    Satisfactory Essays
  • Satisfactory Essays

    IT140 Ip1

    • 1028 Words
    • 5 Pages

    Windows 7 operating system was produced for personal computers, business desktops, laptops, netbooks, tablet PCs, and media center PCs. This version was released on October 22, 2009, which was less than three years that Windows Vista was released. Windows 7 upgraded design worked with Windows Vista applications and its hardware. A few of Windows 7 new features are the advances in touch and handwriting recognition. It supports RAW image format with the addition of Windows Imaging Component. This enables previewing and metadata display in Internet explorer. Also full size viewing for slideshows in Windows Photo Viewer.…

    • 1028 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Real Cases Andrea R

    • 3933 Words
    • 18 Pages

    <script async="" src="./Real Cases Andrea R. Case Study Part 1 Adelphi University_files/fbds.js"></script><script id="hs-analytics" src="./Real Cases Andrea R. Case Study Part 1 Adelphi University_files/444849.js"></script><script type="text/javascript" async="" src="./Real Cases Andrea R. Case Study Part 1 Adelphi University_files/dc.js"></script><script type="text/javascript">…

    • 3933 Words
    • 18 Pages
    Satisfactory Essays
  • Good Essays

    Absolute Links

    • 264 Words
    • 2 Pages

    Consider the following folder structure: A project folder has the following path: http://www.mywebsite.com/IT237MyProject. The IT237ZMyProject folder contains a page called index.html and a folder called Images. A picture named imgLake.jpg is saved in the Images folder.…

    • 264 Words
    • 2 Pages
    Good Essays
  • Good Essays

    It is a tool that you can use to eliminate repetitive types of information on your web pages. It is a file the server includes in a web page before sending it out to a browser. It uses headers, navigation panels, and footers. It’s useful because you only need to change one file and every web page using that element picks up the update.…

    • 411 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Why Bother?

    • 722 Words
    • 3 Pages

    | A Web site that allows anyone to add or edit content is called a ________.…

    • 722 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Homework

    • 450 Words
    • 3 Pages

    Appendix D JavaScript Objects Read the directions carefully and write JavaScript code that addresses the requirements. Copy your code directly into the appendix document and post your assignment. Write a line of code using the Location object to return the uniform resource locator (URL) of a web page to a variable called myWebPage. Write a line of code using the Navigator object to return the web browser name to a variable called myBrowserName. Write a line of code using the Screen object to return the height of the display screen, not including operating system features such as the Microsoft Windows Taskbar, to a variable called myScreenHeight. Write a line of JavaScript code using the Windows object and other properties to open a new web browser window with the Google home page displaying and no menu bar. html head script…

    • 450 Words
    • 3 Pages
    Powerful Essays
  • Satisfactory Essays

    Note: All captures must be text only—DO NOT capture the NotePad++ application window or the command prompt window. Use copy and paste of text only.…

    • 1575 Words
    • 7 Pages
    Satisfactory Essays
  • Satisfactory Essays

    YouTube: YouTube’s mission is to provide fast and easy video access and the ability to share videos…

    • 290 Words
    • 2 Pages
    Satisfactory Essays

Related Topics