Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/85d1aa9b480629ca812d226474aadbfa.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name NicoPremiumDelete
// @namespace https://twitter.com/teraokaakihiro
// @version 0.1
// @description ニコニコ動画の「プレミアム登録」を消す
// @author Akey
// @match http://www.nicovideo.jp/*
// @grant none
// @downloadURL https://update.greasyfork.icu/scripts/30340/NicoPremiumDelete.user.js
// @updateURL https://update.greasyfork.icu/scripts/30340/NicoPremiumDelete.meta.js
// ==/UserScript==
(function() {
'use strict';
document.getElementById("siteHeaderNotificationPremium").textContent="";
})();