Greasy Fork

NicoPremiumDelete

ニコニコ動画の「プレミアム登録」を消す

当前为 2017-06-05 提交的版本,查看 最新版本

// ==UserScript==
// @name         NicoPremiumDelete
// @namespace    https://twitter.com/teraokaakihiro
// @version      0.1
// @description  ニコニコ動画の「プレミアム登録」を消す
// @author       Akey
// @match        http://www.nicovideo.jp/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById("siteHeaderNotificationPremium").textContent="";
})();