btest’s blog

This blog is for development testing.

YouTube Player API - IFrame embed - dynamic resizing

var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var player; var initi…

マウスホバーで浮き上がる

.glitter-button { position: absolute; display: inline-block; padding: 0px 0px; font-size: 16px; margin: -76px -200px; background-color: #123456; color: #fff; border-radius: 24px; overflow: hidden; width: 400px; height: 50px; text-align: c…

スタイルシート切り替え

適用なし STYLE 1 STYLE 2 STYLE 1+2 適用 AI vs.教科書が読めない子どもたち 新井 紀子 東洋経済新報社 2018年02月02日 楽天ブックス Amazon Kindle 7net honto 紀伊國屋書店 window.addEventListener("load", function() { const applyButton = document.…

Using iframe with YouTube Player API for AutoPlay and Volume Control

var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var player; function …

追従サイドバー

ヘッダ メインコンテンツ サイドバー① サイドバー② サイドバー③ フッタ Copyright © 2019 btest's blog, All Rights Reserved. Contact | Privacy Policy and Disclaimer .container { padding: 1%; } .header, .footer { display: flex; align-items: cente…

How MP3 files are played on blogging platforms 3

// titleタグ内のテキストを抜き出し、div要素に表示 const videoFrames = document.querySelectorAll('.video-frame iframe'); videoFrames.forEach((iframe) => { const titleText = iframe.getAttribute('title'); if (titleText) { const videoTitleDiv …

How MP3 files are played on blogging platforms 2

var newMeta = document.createElement("meta"); newMeta.setAttribute("name", "robots"); newMeta.setAttribute("content", "noindex"); document.getElementsByTagName("head")[0].appendChild(newMeta); // titleタグ内のテキストを抜き出し、div要素に…

How MP3 files are played on blogging platforms

// titleタグ内のテキストを抜き出し、div要素に表示 const videoFrames = document.querySelectorAll('.video-frame iframe'); videoFrames.forEach((iframe) => { const titleText = iframe.getAttribute('title'); if (titleText) { const videoTitleDiv …

Animated Pixel Chibi Totoro

See the Pen Untitled by いなり寿子 (@heureux_yoppy) on CodePen. See the Pen Animated Pixel Chibi Totoro by いなり寿子 (@heureux_yoppy) on CodePen. Animated Pixel Chibi Totoro yop.html.xdomain.jp Pixel Chibi Totoro @mintlodica

Effective Techniques and Considerations for SEO Rewriting

Learn about effective SEO rewrites and what to look out for. In a form that is easy for even beginners to understand, the steps and role of rewriting, one of the most important SEO strategies, will be explained in detail. From article sele…

テスト

TESUTO

"Project Nim" Nim's touching Journey: The strange Fate of a Chimpanzee Continuously Manipulated by Humans

www.youtube.com Good evening, it's "PetPal" here. This time, I will introduce the story of a chimpanzee named "Nim," which was broadcasted on the TV show "Miracle Experience! Unbelievable" on September 12, 2013, exactly 10 years ago. Nim's…

Privacy Policy and Disclaimer

About advertisement delivery This site may use third-party advertising service "Google Adsense".Ad distributors may use cookies to display advertisements that match the interests of users. Please see here (http://www.google.co.jp/policies/…

Please feel free to📨

読み込んでいます…