メン限リストの表示

    @@ -5,4 +5,4 @@ */ -(function(){function b(a){window.open(a.replace("channel/UC","playlist?list=UUMO"),"_blank")}u=document.location.href;null!=u.match(/https:\/\/www\.youtube\.com\//)&&(null!=u.match(/\/channel\//)?b(u):null!=u.match(/\/c\//)&&fetch(u).then(function(a){return a.text()}).then(function(a){a=/(?<=<link rel="canonical" href=")https:\/\/www\.youtube\.com\/channel\/(-?\w+)*(?=">)/.exec(a);b(a[0])}))})(); +(function(){function b(a){window.open(a.replace(/channel\/UC([^/]*).*/,"playlist?list=UUMO$1"),"_blank")}u=document.location.href;null!=u.match(/https:\/\/www\.youtube\.com\//)&&(null!=u.match(/\/channel\//)?b(u):null!=u.match(/\/c\//)&&fetch(u).then(function(a){return a.text()}).then(function(a){a=/(?<=<link rel="canonical" href=")https:\/\/www\.youtube\.com\/channel\/(-?\w+)*(?=">)/.exec(a);b(a[0])}))})();
  • /*
     * @title メン限リストの表示
     * @description YouTubeの任意のチャンネルトップページで使用すると、そのチャンネルにあるメンバーシップ限定動画の再生リストを開くことができます。カスタムURL対応。
     * @include https://www.youtube.com/*
     */
    
    
    (function(){function b(a){window.open(a.replace(/channel\/UC([^/]*).*/,"playlist?list=UUMO$1"),"_blank")}u=document.location.href;null!=u.match(/https:\/\/www\.youtube\.com\//)&&(null!=u.match(/\/channel\//)?b(u):null!=u.match(/\/c\//)&&fetch(u).then(function(a){return a.text()}).then(function(a){a=/(?<=<link rel="canonical" href=")https:\/\/www\.youtube\.com\/channel\/(-?\w+)*(?=">)/.exec(a);b(a[0])}))})();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2022/02/15 00:41:27 - 2022-02-15
  2. 2022/02/15 00:23:27 - 2022-02-15
  3. 2021/08/29 03:05:22 - 2021-08-29