niconico 角丸じゃなくする

    @@ -6,7 +6,7 @@ */ (function() { -var s = document.createElement('style'); +let s = document.createElement('style'); s.setAttribute('type', 'text/css'); s.innerHTML='.rounded_m { border-radius: 0 !important;}'; document.head.appendChild(s);
  • /*
     * @title niconico 角丸じゃなくする
     * @description 動画プレーヤーの角丸をオフにする
     * @include https://www.nicovideo.jp/watch/*
     * @license MIT License
     */
    
    (function() {
    let s = document.createElement('style');
    s.setAttribute('type', 'text/css');
    s.innerHTML='.rounded_m { border-radius: 0 !important;}';
    document.head.appendChild(s);
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。