{"id":20028921,"url":"https://github.com/multarix/discord-hide-blocked-messages","last_synced_at":"2025-10-03T16:27:41.513Z","repository":{"id":44772780,"uuid":"241791025","full_name":"Multarix/Discord-Hide-Blocked-Messages","owner":"Multarix","description":"Ways to hide discords \"1 blocked message - show message\" buttons","archived":false,"fork":false,"pushed_at":"2023-10-28T07:20:52.000Z","size":24,"stargazers_count":91,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T16:05:48.999Z","etag":null,"topics":["blocked","discord","hide","messages","script"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Multarix.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-20T04:15:13.000Z","updated_at":"2025-02-23T00:39:22.000Z","dependencies_parsed_at":"2022-09-15T23:11:14.479Z","dependency_job_id":null,"html_url":"https://github.com/Multarix/Discord-Hide-Blocked-Messages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multarix%2FDiscord-Hide-Blocked-Messages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multarix%2FDiscord-Hide-Blocked-Messages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multarix%2FDiscord-Hide-Blocked-Messages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multarix%2FDiscord-Hide-Blocked-Messages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Multarix","download_url":"https://codeload.github.com/Multarix/Discord-Hide-Blocked-Messages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435205,"owners_count":21747364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blocked","discord","hide","messages","script"],"created_at":"2024-11-13T09:17:09.049Z","updated_at":"2025-10-03T16:27:36.480Z","avatar_url":"https://github.com/Multarix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hide Blocked Messages\n\nIMPORTANT INFO - 26/01/2022\nDiscord seems to have disabled accessing the developer console within the production version.\nThere are currently 2 work arounds:\n\n1. Re-Enable it in discord settings (Recommended). You can do this by going to %appdata%/discord/settings.json and adding the following line to the bottom:\n`\"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING\": true` (Remember to add a comma on the previous line)\n2. Install and use Discord Canary. You can download canary here: https://canary.discord.com/\n\nLast updated October 28th, 2023\u003cbr\u003e\nThis repository is for those looking to hide the \"1 blocked message - show message\" messages from discord. If reading this far into the future, please note that this may not work, so don't complain to me if it stops working.\u003cbr\u003e\n\n###  **The script will boot on startup if you follow the instructions below within \"Startup Run\"**\n#### _**I hold no responsibility for you breaking your discord or other things happening**_\n\n\u003cbr\u003e\nTo use these, while discord is open, press \u003ci\u003eCtrl + Shift + I\u003c/i\u003e. You will be presented with a giant console.\nFirst and foremost you'll be greeted with a giant message telling you that pasting anything inside the console has a high chance of being a scam.\nIf you are unsure about the legitmacy of this script. Stop and don't continue. If you're a risk taker/ can actually read javascript and can verify the legitimacy of the script ignore the message.\n\nCopy and paste the script into the console and hit enter.\u003cbr\u003e\n## New Userscript (tested with ViolentMonkey)\nInstall Userscript: https://github.com/Multarix/Discord-Hide-Blocked-Messages/raw/master/script.user.js\u003cbr\u003e\nSome things to note:\n- The \"new message\" banner will still appear.\n- Closing or updating discord will stop the script, requiring you to re-enable it.\n- Blocked messages will not disappear instantly, but within half a second of them being posted.\n- This does not delete them from the channel, server or any such action. It simply hides the message client side. Other people can still see the messages.\n- If you wish to unblock the person, the sidebar or your block list in the friends area is the best option.\n\n```js\nconst css = `ol \u003e [class^='groupStart_'] { display: none; }`\nconst style = document.createElement('style'); style.innerHTML = css;\ndocument.body.appendChild(style);\n```\n\n\n### Startup Run\n\nWARNING: THIS DOES COUNT AS CLIENT MODIFICATION, Multarix or DinoTheDevOfficial HOLD NO ACCOUNTABILITY IF YOU GET BANNED BY DISCORD\n\nOpen up the directory `%localappdata%/DiscordCanary` or where-ever Discord is installed too.\n\nOnce in there open the most recent app folder (should look something like `app-1.0.9005`), then navigate to the `modules` directory, then the `discord_krisp-1` directory. Your final path should look something like: `C:\\Users\\yourusername\\AppData\\Local\\Discord\\app-1.0.9005\\modules`\n\nedit the file named `index.js` and add to the bottom:\n```js\nconst css = `ol \u003e [class^='groupStart_'] { display: none; }`\nconst style = document.createElement('style'); style.innerHTML = css;\ndocument.body.appendChild(style);\n```\n\nsave and press ctrl + r or cmd + r in Discord and Boom! Your done! \n\nP.S. This may affect your krisps \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultarix%2Fdiscord-hide-blocked-messages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultarix%2Fdiscord-hide-blocked-messages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultarix%2Fdiscord-hide-blocked-messages/lists"}