Skip to content

Instantly share code, notes, and snippets.

@entrptaher
Last active June 15, 2026 13:56
Show Gist options
  • Select an option

  • Save entrptaher/3743ed936ed7721956372659b94dc89c to your computer and use it in GitHub Desktop.

Select an option

Save entrptaher/3743ed936ed7721956372659b94dc89c to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Facebook Blue Badge Remover
// @namespace http://taher.xyz/
// @version 0.1
// @description try to take over the world!
// @author @entrptaher
// @match https://www.facebook.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=facebook.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.head.insertAdjacentHTML("beforeend", `
<style>
[aria-label="Verified"],[title="Verified account"]{display:none!important}
</style>
`)
})();
@khedron01

Copy link
Copy Markdown

Good one

@garangawein119-boop

Copy link
Copy Markdown

Xc bwoii

@rsrayhanhussain1-code

Copy link
Copy Markdown

Uploading IMG_2877.jpeg…

@rsrayhanhussain1-code

Copy link
Copy Markdown
<script src="https://gist.github.com/entrptaher/3743ed936ed7721956372659b94dc89c.js"></script>

@rsrayhanhussain1-code

Copy link
Copy Markdown

Uploading IMG_2872.png…

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