comparison discord_remove_top_bar.user.js @ 142:3a5015322602 default tip

Fix path
author nanaya <me@nanaya.net>
date Wed, 26 Mar 2025 16:49:00 +0900
parents 1321d44ce5df
children
comparison
equal deleted inserted replaced
141:1321d44ce5df 142:3a5015322602
4 // @match https://discord.com/* 4 // @match https://discord.com/*
5 // @grant GM_addStyle 5 // @grant GM_addStyle
6 // @version 1.0.0 6 // @version 1.0.0
7 // @author nanaya 7 // @author nanaya
8 // @description Fix discord redundant bar on the top 8 // @description Fix discord redundant bar on the top
9 // @downloadURL https://hg.nanaya.net/ec_userscripts/raw_file/tip/discord_remove_top_bar.user.js 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/discord_remove_top_bar.user.js
10 // ==/UserScript== 10 // ==/UserScript==
11 11
12 'use strict'; 12 'use strict';
13 13
14 /* global GM_addStyle */ 14 /* global GM_addStyle */