Skip to content

DeltaCoderr/YoutubeRail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTubeRail

Plays YouTube videos on a side rail.

Preview

YouTubeRail

Installation

  • Download Tampermonkey
  • Click "Create a new script..." on the Extension
  • Paste this in
// ==UserScript==
// @name         YouTubeRail
// @include      http://play.pokemonshowdown.com/*
// @include      https://play.pokemonshowdown.com/*
// @version
// @description
// @author       k_OS
// @icon         https://raw.githubusercontent.com/DeltaCoderr/YouTubeRail/master/Icon.png
// @require      https://code.jquery.com/jquery-latest.min.js
// ==/UserScript==
$.getScript('https://raw.githack.com/DeltaCoderr/YoutubeRail/master/main.js');
console.log('YouTubeRail loaded!');

  • Click File > Save when you are done
  • Go to Pokémon Showdown!
  • Enable "YouTubeRail" in the Extensions
  • Reload Pokémon Showdown! if the rail doesn't show

JS

Vanilla

var pjsp = document.createElement('script');
pjsp.src = 'https://raw.githack.com/DeltaCoderr/YouTubeRail/master/main.js';
document.body.appendChild(pjsp);

jQuery

$.getScript('https://raw.githack.com/DeltaCoderr/YouTubeRail/master/main.js');

About

A Side Scrollbar for YoutubeRail!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published