This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var player = document.getElementById("player"); | |
player.addEventListener("click", function(event){ | |
style = window.document.createElement("style"); | |
style.innerHTML = "iframe{width:"+window.parent.screen.width+"px;height:"+Math.floor(window.parent.screen.width*9/16)+"px;}"; | |
window.document.getElementById("main").appendChild(style); | |
if (player.webkitRequestFullScreen) | |
player.webkitRequestFullScreen(); | |
else if(player.mozRequestFullScreen) | |
player.mozRequestFullScreen(); | |
else if(player.msRequestFullscreen) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){window.location.href="view-source:"+window.location.href;})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){window.location.href=window.location.href.replace("youtube","youtuberepeat");})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var s=document.createElement('script');s.src='https://rawgit.com/user19/bed9afc757dddce40ef3/raw/362377adf6b31f07aaae8269393d4fcc34882669/seo.js';document.body.appendChild(s)})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var key = encodeURIComponent(encodeURIComponent(window.prompt("検索したいキーワードを入力してください。(複数も可)"))); | |
var keywords = {}; | |
var x = new XMLHttpRequest(); | |
x.onload = function(){ | |
var phrase = JSON.parse(x.responseText).query.results.json.json[1].json; | |
for(index1 in phrase){ | |
var words = phrase[index1].split(/\s/); | |
for(index2 in words) | |
keywords[words[index2]] = null; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.document.getElementsByTagName("html")[0].innerHTML = "<html><head><style type=\"text/css\"></style></head><body><input type=\"button\" value=\"実行\" onclick=\"func();\"/><div id=\"player\"></div></body></html>"; | |
var elements = {}; | |
var player = window.document.getElementById("player"); | |
var style = window.document.getElementsByTagName("style")[0]; | |
var exp = Number(window.prompt( "level", "2")); | |
var v = window.prompt( "動画のID", "PqJNc9KVIZE")+"?autoplay=1&controls=0&showinfo=0"; | |
function func(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.document.getElementsByTagName("html")[0].innerHTML = '<html><head><style type="text/css"></style><style type="text/css"></style></head><body><input type="button" value="fullscreen" onclick="func();"><div id="player"></div></body></html>'; | |
var elements = {}; | |
var screen_width = window.parent.screen.width; | |
var baseNode = window.document.createElement("iframe"); | |
baseNode.setAttribute( "frameborder", "0"); | |
var player = window.document.getElementById("player"); | |
var style_sheets = window.document.getElementsByTagName("style"); | |
style_sheets[0].innerHTML = "#player{ width:"+screen_width+"px; height:"+Math.floor(screen_width*9/16)+"px;}"; | |
var style = style_sheets[1]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var s=document.createElement('script');s.src='https://rawgit.com/user19/4ebdd1acd22d7722d333/raw/f6a533073878b71ce859a76d14a1e7f6b8b1d1be/fullscreen_open.js';document.body.appendChild(s)})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var s=document.createElement('script');s.src='https://rawgit.com/user19/0585ebd4579ff826b589/raw/09ac36ce28374683c5ca0e21951b34c398f4bfd0/comment1.js';document.body.appendChild(s)})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var element = window.document.createElement("input"); | |
element.type = "button"; | |
element.setAttribute("onclick","window.document.getElementById('myVideo').webkitRequestFullscreen();"); | |
element.value = "fullscreen"; | |
var telop = window.document.getElementById("retmyseries").appendChild(element); |