Skip to content

Instantly share code, notes, and snippets.

@piouc
piouc / nicovideo-fake-premium.user.js
Last active August 11, 2022 14:11
nicovideo fake premium
// ==UserScript==
// @name nicovideo fake premium
// @namespace https://piou.dev
// @include https://www.nicovideo.jp/watch/*
// @version 1.2.0
// @grant none
// @run-at document-start
// ==/UserScript==
const observer = new MutationObserver((mutations) => {