Jump to content
Existing user? Sign In

Sign In



Sign Up

how do I get rid of discord popups


Recommended Posts

Here you are, a chrome extension that removes the discord integration for the website. It also allows re-enables right-click saving images from the gallery.

omorashiorghelper.zip

Here's the code in question used to take out the trash, took like 3 minutes

'use strict';

function remove_pisscord() {
  for (let cancerwidget of document.querySelectorAll("widgetbot-crate")) {
       cancerwidget.parentElement.removeChild(cancerwidget);
  }
}
window.addEventListener("load", (event) => {
    remove_pisscord();
    stylesheet_injection();
});

Edited by 404 NameNotFound (see edit history)
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...