Created
January 20, 2023 18:11
-
-
Save og24715/cd34c049393993b056851e001150f513 to your computer and use it in GitHub Desktop.
メロブでスクショできるやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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