Jump to content

Morath

Member
  • Posts

    3
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About Morath

  • Birthday Feb 02, 1986

Contact Methods

  • Steam
    morath
  • Twitch.tv
    Morath86
  • Twitter
    curt_guy

Profile Information

  • Gender
    Male
  • Location
    Manitoba, Canada
  • Occupation
    Computer Technician, and Security Guard

System

  • CPU
    Intel Core i7 920
  • GPU
    NVIDIA GeForce GTS 250
  • Case
    HP Pavilion Elite e9180f
  • Storage
    1TB
  • PSU
    Antec Earthwatts 500
  • Display(s)
    BenQ
  • Keyboard
    CoolerMaster Storm QuickFire Stealth
  • Mouse
    Razer Naga 2014
  • Operating System
    Windows 10 Home

Morath's Achievements

  1. This is more for those who prefer not to constantly dig through the HTML by hand...and for simple Chromecast support.
  2. Get it from OpenUserJS or Greasy Fork. All the code does is lookup the videos source url, and add a link next to the video title. There's a 5 second (5000 ms) delay at startup, the script won't work until the video is loaded. You may need to change this value depending on the speed of your internet connection. For PCs simply Right Click or Command Click the Download Video link, and choose "Save link as..." option. On compatible mobile device browsers, you just have to Long Press, and choose "Save video". This also allows you to stream it to your Chromecast. $( document ).ready(function() { setTimeout(download_video, 5000); }); function download_video(){ var video_url = $('#gator-video--1_html5_api').attr('src'); var download = document.createElement('a'); download.setAttribute( 'id', 'get_vid_link' ); download.setAttribute( 'style', 'color: #0097ee;' ); download.href = video_url; download.target = '_blank'; download.innerHTML = 'Download Video'; $( '.font-mscon500' ).eq(0).append( ' ', download ); }
  3. curt_guy Gigabyte P34W Gaming Notebook Hardline Water Cooled PC Build Log https://twitter.com/curt_guy/status/580305962365390849 https://www.facebook.com/permalink.php?story_fbid=1566342803637741&id=100007861097340
×