Created
September 29, 2021 12:30
-
-
Save sweshelo/379121949bf4f58335f9d656c43e92d9 to your computer and use it in GitHub Desktop.
Hide IP
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 Hide IP | |
// @version 0.1 | |
// @description Hide your IP address | |
// @author Sweshelo | |
// @match https://sns-sakura.jp/* | |
// @icon https://www.google.com/s2/favicons?domain=sns-sakura.jp | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.getElementById('fp').remove(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
保守SNSに入っている背景透かしを削除するスクリプト