Skip to content

Instantly share code, notes, and snippets.

@rinsuki
Created March 7, 2018 17:40
Show Gist options
  • Save rinsuki/4e6bb896177ba68023d5cf91e53b8a6b to your computer and use it in GitHub Desktop.
Save rinsuki/4e6bb896177ba68023d5cf91e53b8a6b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name devtools-detect-disabled
// @namespace https://rinsuki.net/
// @version 0.1
// @description try to take over the world!
// @author rinsuki
// @match https://osushi.love/
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
// Your code here...
window.console.dir = () => {}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment