Skip to content

Instantly share code, notes, and snippets.

@sweshelo
Created September 29, 2021 12:30
Show Gist options
  • Save sweshelo/379121949bf4f58335f9d656c43e92d9 to your computer and use it in GitHub Desktop.
Save sweshelo/379121949bf4f58335f9d656c43e92d9 to your computer and use it in GitHub Desktop.
Hide IP
// ==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();
})();
@sweshelo
Copy link
Author

保守SNSに入っている背景透かしを削除するスクリプト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment