Skip to content

Instantly share code, notes, and snippets.

@og24715
Created January 20, 2023 18:11
Show Gist options
  • Save og24715/cd34c049393993b056851e001150f513 to your computer and use it in GitHub Desktop.
Save og24715/cd34c049393993b056851e001150f513 to your computer and use it in GitHub Desktop.
メロブでスクショできるやつ
// ==UserScript==
// @name Anti protector
// @namespace https://twitter.com/og24715
// @version 0.1
// @description try to take over the world!
// @author og24715
// @match https://www.melonbooks.co.jp/viewer/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=melonbooks.co.jp
// @grant none
// ==/UserScript==
(function() {
window.requirejs._defined['views/protection_view'].prototype.showNeedsReloadMessage = () => { throw new Error() }
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment