yahoojp_no_nextvideo

YahooJAPANの映像トピックスのビデオを再生後に自動的に5秒後に次の動画に勝手に移行されてしまうのを抑制する。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        yahoojp_no_nextvideo
// @namespace   http://catherine.v0cyc1pp.com/yahoojp_no_nextvideo.user.js
// @match       https://videotopics.yahoo.co.jp/*
// @author      greg10
// @run-at      document-end
// @license     GPL 3.0
// @version     1.3
// @grant       none
// @description YahooJAPANの映像トピックスのビデオを再生後に自動的に5秒後に次の動画に勝手に移行されてしまうのを抑制する。
// ==/UserScript==

document.getElementById("nvideo").remove();