From d13b051eb16f8e624690610360d0852acdb68fe4 Mon Sep 17 00:00:00 2001 From: Oj Date: Sat, 23 Jan 2021 14:19:51 +0000 Subject: [PATCH] Remove dist from gitignore --- .gitignore | 2 +- dist/modules.json | 1 + "dist/modules/\"i_fixed_discord\"_theme.js" | 3 +++ dist/modules/(e_x_p_a_n_d)cord.js | 3 +++ dist/modules/avatar_data_attribute.js | 3 +++ dist/modules/better_animations.js | 3 +++ dist/modules/better_channel_indicators.js | 3 +++ dist/modules/better_message_deletion.js | 3 +++ dist/modules/better_nsfw.js | 3 +++ dist/modules/bloody_hell_mate.js | 3 +++ dist/modules/bottom_bar.js | 3 +++ dist/modules/censor_rude_words.js | 3 +++ dist/modules/clear_recent_games.js | 3 +++ dist/modules/comfy_theme.js | 3 +++ dist/modules/copy_raw.js | 3 +++ dist/modules/couve_theme.js | 3 +++ dist/modules/custom_css.js | 3 +++ dist/modules/custom_sounds.js | 4 ++++ dist/modules/custom_theme.js | 3 +++ dist/modules/darker_theme.js | 3 +++ dist/modules/darkest_theme.js | 3 +++ dist/modules/de-nitro.js | 3 +++ dist/modules/dev_mode.js | 3 +++ dist/modules/disable_ping_reply.js | 3 +++ dist/modules/discord_debug.js | 3 +++ dist/modules/download_images_shortcut.js | 3 +++ dist/modules/dracula_theme.js | 3 +++ dist/modules/duvbox_theme.js | 3 +++ dist/modules/egg_scrambler.js | 3 +++ dist/modules/example_module.js | 5 +++++ dist/modules/example_module_sub-module.js | 3 +++ dist/modules/fucklytics.js | 3 +++ dist/modules/fullscreen_inbox.js | 3 +++ dist/modules/game_activity_button.js | 3 +++ dist/modules/gradient_buttons.js | 3 +++ dist/modules/hardcoded_color_fixer.js | 3 +++ dist/modules/hide_blocked_messages.js | 3 +++ dist/modules/hide_clyde.js | 3 +++ dist/modules/hide_message.js | 3 +++ dist/modules/hide_quick_reactions.js | 3 +++ dist/modules/horizontal_server_list.js | 3 +++ dist/modules/macros.js | 3 +++ dist/modules/message_scrambler.js | 3 +++ dist/modules/nicer_user_connections.js | 3 +++ dist/modules/nickname_panel.js | 3 +++ dist/modules/no_notes.js | 3 +++ dist/modules/nord_theme.js | 3 +++ dist/modules/overlay_user_panel.js | 4 ++++ dist/modules/owocord.js | 3 +++ dist/modules/protoncord.js | 3 +++ dist/modules/radialstatus.js | 3 +++ dist/modules/rainbowcord.js | 4 ++++ dist/modules/relaunch.js | 3 +++ dist/modules/revampeduserarea.js | 3 +++ dist/modules/role_colored_messages.js | 3 +++ dist/modules/send_button.js | 3 +++ dist/modules/server_count.js | 3 +++ dist/modules/show_all_activities.js | 3 +++ dist/modules/silent_typing.js | 3 +++ dist/modules/simple_status_icons.js | 3 +++ dist/modules/slate_theme.js | 3 +++ dist/modules/solarized_dark_theme.js | 3 +++ dist/modules/splendid_theme.js | 3 +++ dist/modules/sticky_notes.js | 3 +++ dist/modules/toggle_message_buttons.js | 3 +++ dist/modules/twitch_emotes.js | 3 +++ dist/modules/user_popout_creation_date.js | 3 +++ dist/modules/username_in_author.js | 3 +++ dist/modules/usrbg_-_default.js | 3 +++ dist/modules/usrbg_-_headers.js | 3 +++ dist/modules/vc_columns.js | 3 +++ dist/modules/visual_tweaks.js | 3 +++ dist/modules/vscode-like_toasts.js | 3 +++ dist/modules/webhook_tags.js | 3 +++ dist/modules/wysiwyg_messages.js | 4 ++++ 75 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 dist/modules.json create mode 100644 "dist/modules/\"i_fixed_discord\"_theme.js" create mode 100644 dist/modules/(e_x_p_a_n_d)cord.js create mode 100644 dist/modules/avatar_data_attribute.js create mode 100644 dist/modules/better_animations.js create mode 100644 dist/modules/better_channel_indicators.js create mode 100644 dist/modules/better_message_deletion.js create mode 100644 dist/modules/better_nsfw.js create mode 100644 dist/modules/bloody_hell_mate.js create mode 100644 dist/modules/bottom_bar.js create mode 100644 dist/modules/censor_rude_words.js create mode 100644 dist/modules/clear_recent_games.js create mode 100644 dist/modules/comfy_theme.js create mode 100644 dist/modules/copy_raw.js create mode 100644 dist/modules/couve_theme.js create mode 100644 dist/modules/custom_css.js create mode 100644 dist/modules/custom_sounds.js create mode 100644 dist/modules/custom_theme.js create mode 100644 dist/modules/darker_theme.js create mode 100644 dist/modules/darkest_theme.js create mode 100644 dist/modules/de-nitro.js create mode 100644 dist/modules/dev_mode.js create mode 100644 dist/modules/disable_ping_reply.js create mode 100644 dist/modules/discord_debug.js create mode 100644 dist/modules/download_images_shortcut.js create mode 100644 dist/modules/dracula_theme.js create mode 100644 dist/modules/duvbox_theme.js create mode 100644 dist/modules/egg_scrambler.js create mode 100644 dist/modules/example_module.js create mode 100644 dist/modules/example_module_sub-module.js create mode 100644 dist/modules/fucklytics.js create mode 100644 dist/modules/fullscreen_inbox.js create mode 100644 dist/modules/game_activity_button.js create mode 100644 dist/modules/gradient_buttons.js create mode 100644 dist/modules/hardcoded_color_fixer.js create mode 100644 dist/modules/hide_blocked_messages.js create mode 100644 dist/modules/hide_clyde.js create mode 100644 dist/modules/hide_message.js create mode 100644 dist/modules/hide_quick_reactions.js create mode 100644 dist/modules/horizontal_server_list.js create mode 100644 dist/modules/macros.js create mode 100644 dist/modules/message_scrambler.js create mode 100644 dist/modules/nicer_user_connections.js create mode 100644 dist/modules/nickname_panel.js create mode 100644 dist/modules/no_notes.js create mode 100644 dist/modules/nord_theme.js create mode 100644 dist/modules/overlay_user_panel.js create mode 100644 dist/modules/owocord.js create mode 100644 dist/modules/protoncord.js create mode 100644 dist/modules/radialstatus.js create mode 100644 dist/modules/rainbowcord.js create mode 100644 dist/modules/relaunch.js create mode 100644 dist/modules/revampeduserarea.js create mode 100644 dist/modules/role_colored_messages.js create mode 100644 dist/modules/send_button.js create mode 100644 dist/modules/server_count.js create mode 100644 dist/modules/show_all_activities.js create mode 100644 dist/modules/silent_typing.js create mode 100644 dist/modules/simple_status_icons.js create mode 100644 dist/modules/slate_theme.js create mode 100644 dist/modules/solarized_dark_theme.js create mode 100644 dist/modules/splendid_theme.js create mode 100644 dist/modules/sticky_notes.js create mode 100644 dist/modules/toggle_message_buttons.js create mode 100644 dist/modules/twitch_emotes.js create mode 100644 dist/modules/user_popout_creation_date.js create mode 100644 dist/modules/username_in_author.js create mode 100644 dist/modules/usrbg_-_default.js create mode 100644 dist/modules/usrbg_-_headers.js create mode 100644 dist/modules/vc_columns.js create mode 100644 dist/modules/visual_tweaks.js create mode 100644 dist/modules/vscode-like_toasts.js create mode 100644 dist/modules/webhook_tags.js create mode 100644 dist/modules/wysiwyg_messages.js diff --git a/.gitignore b/.gitignore index 2d0f400..2d54fb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ node_modules .cache clones -dist \ No newline at end of file +# dist diff --git a/dist/modules.json b/dist/modules.json new file mode 100644 index 0000000..93c8d47 --- /dev/null +++ b/dist/modules.json @@ -0,0 +1 @@ +[{"name":"Example Module","description":"Example Module Description","version":"1.0.0","tags":["example","ui","messages","context menu","random","fun"],"authors":["506482395269169153"]},{"name":"Example Module Sub-Module","description":"Example Module Sub-Module Description","version":"0.1.0","tags":["example","ui","messages","context menu","random","fun","sub module"],"authors":["506482395269169153"]},{"name":"Copy Raw","description":"Allows you to copy messages as they were when being written.","version":"1.2.0","tags":["messages"],"authors":["441384103946878987"]},{"name":"Avatar Data Attribute","description":"Adds data attribute to avatar elements, as some CSS tweaks / modules rely on it","version":"1.0.0","tags":["backend"]},{"name":"Custom CSS","description":"Allows entering of your own custom CSS in a code editor with syntax highlighting","version":"1.1.4","tags":["backend"]},{"name":"Dev Mode","description":"Enables developer mode (experiments, etc.)","version":"3.0.1","tags":["backend"]},{"name":"Fucklytics","description":"Blocks Discord (Science) analytics, crash reports and Sentry","version":"2.1.0","tags":["backend"]},{"name":"Disable ping reply","description":"Disables Discord automatically pinging when you are replying","version":"1.0.0","tags":["backend"]},{"name":"Silent Typing","description":"Makes Discord not send your typing indicator","version":"1.0.4","tags":["backend"]},{"name":"Custom Sounds","description":"Allows replacing Discord sounds with your own custom uploaded sounds","version":"1.3.11","tags":["customisation"]},{"name":"Discord Debug","description":"Setting option with debug information about Discord","version":"1.0.2","tags":["debug"]},{"name":"Egg Scrambler","description":"Makes discord unusable by converting all messages into eggs","version":"1.0.3","tags":["fun"]},{"name":"(E x p a n d)Cord","description":"M a k e s d i s c o r d w i d e","version":"1.0.4","tags":["fun"]},{"name":"Message Scrambler","description":"Makes discord unusable by converting all messages into random text","version":"1.1.0","tags":["fun"]},{"name":"OwOCord","description":"Makes Discowd mowe owo.","version":"0.4","tags":["fun"]},{"name":"RainbowCord","description":"Rainbow mode","version":"2.0.3","tags":["fun"]},{"name":"Censor Rude Words","description":"Censors rude words which can be toggled in a setting item","version":"0.1.0","tags":["messages"]},{"name":"Copy Raw","description":"Allows you to copy messages as they were when being written.","version":"1.1.0","tags":["messages"]},{"name":"Hide Blocked Messages","description":"Completely hides blocked messages","version":"1.0.0","tags":["messages"]},{"name":"Better Message Deletion","description":"Messages only turn red instead of completely disappearing","version":"3.1.2","tags":["messages"]},{"name":"Role Colored Messages","description":"Makes message text color the same as the sender's role color","version":"1.2.2","tags":["messages"]},{"name":"Twitch Emotes","description":"Converts text into images for Twitch global emotes + BetterTTV emotes","version":"2.2.3","tags":["messages"]},{"name":"Username In Author","description":"Adds username to message's author if they have a nickname","version":"1.0.3","tags":["messages"]},{"name":"WYSIWYG Messages","description":"Makes messages WYSIWYG-like (like in the message sending box)","version":"1.3.3","tags":["messages"]},{"name":"Clear Recent Games","description":"Adds setting button which clears recent games (in \"Game Activity\")","version":"1.0.2","tags":["quick-actions"]},{"name":"Download Images Shortcut","description":"Allows downloading of images by hovering overing them and pressing Ctrl+D","version":"1.1.0","tags":["quick-actions"]},{"name":"Game Activity Button","description":"Adds button to account panel which enables / disables game activity (showing what game you are playing), idea and icon from Egrodo's BD plugin","version":"1.0.3","tags":["quick-actions"]},{"name":"Macros","description":"Allows setting and sending of macros via /m name [value]","version":"1.1.3","tags":["quick-actions"]},{"name":"Relaunch","description":"Easily relaunch Discord, completely. (Press `F4` to relaunch.)","version":"1.3.0","tags":["quick-actions"]},{"name":"Send Button","description":"Adds a send button, similair to the mobile application.","version":"1.0.0","tags":["quick-actions"]},{"name":"Bloody Hell Mate","description":"Makes everything bloody red, mate!","version":"0","tags":["themes"]},{"name":"Comfy Theme","description":"A simple, customizable, comfy theme. (Ported with the addition of settings by Liam The Protogen.)","version":"1.1.1","tags":["themes"]},{"name":"Couve Theme","description":"A new look to discord","version":"0","tags":["themes"]},{"name":"Custom Theme","description":"Choose your own colors for your own theme","version":"0.1.0","tags":["themes"]},{"name":"Darker Theme","description":"Darker theme but still with contrast","version":"1.0.2","tags":["themes"]},{"name":"Darkest Theme","description":"Pure dark theme","version":"1.0.3","tags":["themes"]},{"name":"Dracula Theme","description":"Based on the Dracula color scheme","version":"1.1.5","tags":["themes"]},{"name":"Duvbox Theme","description":"Based on the Vim theme, named Gruvbox.","version":"1","tags":["themes"]},{"name":"\"i fixed discord\" Theme","description":"Makes light theme bearable. (Use in light mode with dark sidebar enabled.)","version":"0","tags":["themes"]},{"name":"Nord Theme","description":"Based on the Nord Theme color scheme, polar night (dark blue with lighter accents)","version":"1.0.0","tags":["themes"]},{"name":"Protoncord","description":"A sleek, modern UI inspired by the layout of ProtonVPN.","version":"0","tags":["themes"]},{"name":"Slate Theme","description":"An optimized, consistent, and functional theme for Discord based on GitHub's design language.","version":"1","tags":["themes"]},{"name":"Solarized Dark Theme","description":"Based on the Solarized Dark color scheme","version":"1.0.1","tags":["themes"]},{"name":"Splendid Theme","description":"An absolutely splendid theme.","version":"0","tags":["themes"]},{"name":"Better Channel Indicators","description":"Adds a nice touch to Discord's current channel indicators.","version":"0","tags":["ui"]},{"name":"Better NSFW","description":"Blurs content in NSFW channels.","version":"1.0.2","tags":["ui"]},{"name":"Bottom Bar","description":"A nice, simple looking, bottom bar. Inspired by CapnKitten's Spotify Discord theme.","version":"1","tags":["ui"]},{"name":"De-Nitro","description":"Removes everything Nitro related.","version":"1.0.1","tags":["ui"]},{"name":"Fullscreen Inbox","description":"Makes the inbox appear as if it's a channel","version":"1.1.0","tags":["ui"]},{"name":"Gradient Buttons","description":"Add some spice to your buttons with gradients!","version":"0","tags":["ui"]},{"name":"Hardcoded Color Fixer","description":"Changes hardcoded colors to variables - improves themes","version":"2.1.3","tags":["ui"]},{"name":"Hide Clyde","description":"Hides all Clyde messages completely","version":"1.0.0","tags":["ui"]},{"name":"Hide Message","description":"Adds a hide message option to all message's context menus which temporarily hides it","version":"1.0.0","tags":["ui"]},{"name":"Hide Quick Reactions","description":"Hides the quick reactions (top 4 emoji) on the message context menus","version":"1.0.0","tags":["ui"]},{"name":"Horizontal Server List","description":"Moves the server list from the left to the top of Discord.","version":"2.0.0","tags":["ui"]},{"name":"Nicer User Connections","description":"Adds a bit of a boom-shaka-laka to those user connections.","version":"1.0.3","tags":["ui"]},{"name":"Nickname Panel","description":"Shows nickname in account panel instead of username (but still username on hover), idea based on Zerebos' BD plugin \"AccountDetailsPlus\"","version":"1.0.3","tags":["ui"]},{"name":"No Notes","description":"Hides the notes on user profile modals. (Does not apply to the user popout.)","version":"1.0.0","tags":["ui"]},{"name":"Overlay User Panel","description":"Overlays user panel buttons (mute, deafen, etc.) to above the user panel to the right","version":"2.1.1","tags":["ui"]},{"name":"Better Animations","description":"Adds animations to a bunch of stuff.","version":"2.1.0","tags":["ui"]},{"name":"RadialStatus","description":"Changes the status icons to wrap around the avatar.","version":"1.0.0","tags":["ui"]},{"name":"RevampedUserArea","description":"A compact, better looking user area.","version":"0","tags":["ui"]},{"name":"Server Count","description":"Shows how many servers you're in.","version":"1.0.0","tags":["ui"]},{"name":"Show All Activities","description":"See every status a user has enabled.","version":"1.0.0","tags":["ui"]},{"name":"Simple Status Icons","description":"Makes all status icons circular instead of shapes for Idle and Do Not Disturb (but keeps mobile a phone outline)","version":"1.0.0","tags":["ui"]},{"name":"Sticky Notes","description":"Allows you to create temporary sticky notes on the screen. Open new sticky notes with Ctrl+D or the New Note button.","version":"2.2.0","tags":["ui"]},{"name":"Toggle Message Buttons","description":"Toggles whether the buttons on the message box should appear. (Right click the message box to toggle.)","version":"1.1.0","tags":["ui"]},{"name":"User Popout Creation Date","description":"Adds user's creation date to popouts","version":"1.0.2","tags":["ui"]},{"name":"Usrbg - Default","description":"[Default Snippets] A pure CSS database of user requested backgrounds for Discord.","version":"0","tags":["ui"]},{"name":"Usrbg - Headers","description":"[Header Snippets by Ducko] A pure CSS database of user requested backgrounds for Discord.","version":"1.0.0","tags":["ui"]},{"name":"VC Columns","description":"A column UI with larger buttons for VC","version":"1.1.3","tags":["ui"]},{"name":"Visual Tweaks","description":"A variety of minor visual tweaks","version":"2.7.0","tags":["ui"]},{"name":"VSCode-like Toasts","description":"Makes GooseMod toasts similar to VSCode's (in the bottom right above the message box and larger)","version":"1.0.0","tags":["ui"]},{"name":"Webhook Tags","description":"Replace bot tags with webhook tags for webhook messages.","version":"1.0.0","tags":["ui"]}] \ No newline at end of file diff --git "a/dist/modules/\"i_fixed_discord\"_theme.js" "b/dist/modules/\"i_fixed_discord\"_theme.js" new file mode 100644 index 0000000..5c99566 --- /dev/null +++ "b/dist/modules/\"i_fixed_discord\"_theme.js" @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,c=!1;return{s:function(){t=e[Symbol.iterator]()},n:function(){var e=t.next();return i=e.done,e},e:function(e){c=!0,a=e},f:function(){try{i||null==t.return||t.return()}finally{if(c)throw a}}}}function u(e,n){if(e){if("string"==typeof e)return c(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?c(e,n):void 0}}function c(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,i=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return i=e.done,e},e:function(e){c=!0,u=e},f:function(){try{i||null==n.return||n.return()}finally{if(c)throw u}}}}function t(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);rn.length)&&(t=n.length);for(var r=0,a=new Array(t);r=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,c=!1;return{s:function(){t=e[Symbol.iterator]()},n:function(){var e=t.next();return u=e.done,e},e:function(e){c=!0,i=e},f:function(){try{u||null==t.return||t.return()}finally{if(c)throw i}}}}function r(e,r){if(e){if("string"==typeof e)return n(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?n(e,r):void 0}}function n(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return i=e.done,e},e:function(e){u=!0,a=e},f:function(){try{i||null==r.return||r.return()}finally{if(u)throw a}}}}function l(e,n){if(e){if("string"==typeof e)return d(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?d(e,n):void 0}}function d(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r=e.length/4&&rt.length)&&(e=t.length);for(var o=0,n=new Array(e);oe.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,o=new Array(t);nr.length)&&(t=r.length);for(var n=0,o=new Array(t);n body.theme-custom {\n --background-primary: var(--background-primary-custom);\n --background-secondary: var(--background-secondary-custom);\n --background-secondary-alt: var(--background-secondary-alt-custom)\n --background-tertiary: var(--background-tertiary-custom);\n\n --channeltextarea-background: var(--background-tertiary);\n --background-message-hover: rgba(4, 4, 5, 0.07);\n\n --background-accent: var(--background-accent-custom);\n --background-floating: var(--background-tertiary);\n\n --scrollbar-thin-thumb: var(--brand-color);\n --scrollbar-auto-thumb: var(--scrollbar-thin-thumb);\n --scrollbar-auto-scrollbar-color-thumb: var(--scrollbar-thin-thumb);\n\n --scrollbar-auto-track: var(--background-secondary-alt);\n --scrollbar-auto-scrollbar-color-track: var(--scrollbar-auto-track);\n\n --brand-color: var(--brand-color-custom);\n --brand-color-hover: var(--brand-color-hover-custom);\n }",n.cssRules.length),document.body.classList.add("theme-custom"),o=["--background-primary","--background-secondary","--background-secondary-alt","--background-tertiary","--background-accent","--brand-color","--brand-color-hover"],goosemodScope.settings.createItem("Custom Theme",["(v".concat(s,")")].concat(r(o.map(function(r){return{type:"text-and-color",text:r.substring(2).replace(/-/g," ").replace(/(^|\W)([a-z])/g,function(r,t,n){return"".concat(t).concat(n.toUpperCase())}),oninput:function(t){document.body.style.setProperty("".concat(r,"-custom"),t)}}}))));case 5:case"end":return t.stop()}},t)}));return function(){return t.apply(this,arguments)}}(),onRemove:function(){var r=u(regeneratorRuntime.mark(function r(){var t;return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:document.body.classList.remove("theme-custom"),t=goosemodScope.settings.items.find(function(r){return"Custom Theme"===r[1]}),goosemodScope.settings.items.splice(goosemodScope.settings.items.indexOf(t),1);case 3:case"end":return r.stop()}},r)}));return function(){return r.apply(this,arguments)}}()}};exports.default=i; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/darker_theme.js b/dist/modules/darker_theme.js new file mode 100644 index 0000000..4b67589 --- /dev/null +++ b/dist/modules/darker_theme.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c body.theme-darker {\n --background-primary: #000;\n --background-secondary: #111;\n --background-secondary-alt: #000;\n --background-tertiary: #222;\n\n --channeltextarea-background: #111;\n --background-message-hover: rgba(255,255,255,0.025);\n\n --background-accent: #222;\n --background-floating: #111;\n }",n.cssRules.length),document.body.classList.add("theme-darker");case 3:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),onRemove:function(){var e=n(regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:document.body.classList.remove("theme-darker");case 1:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),logRegionColor:"darkred"}};exports.default=t; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/darkest_theme.js b/dist/modules/darkest_theme.js new file mode 100644 index 0000000..600ae00 --- /dev/null +++ b/dist/modules/darkest_theme.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c body.theme-darkest {\n --background-primary: #000;\n --background-secondary: #050505;\n --background-secondary-alt: #000;\n --background-tertiary: #080808;\n\n --channeltextarea-background: #080808;\n --background-message-hover: rgba(255,255,255,0.025);\n\n --background-accent: #111;\n --background-floating: #080808;\n }",n.cssRules.length),document.body.classList.add("theme-darkest");case 3:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),onRemove:function(){var e=n(regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:document.body.classList.remove("theme-darkest");case 1:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),logRegionColor:"darkred"}};exports.default=t; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/de-nitro.js b/dist/modules/de-nitro.js new file mode 100644 index 0000000..18dc780 --- /dev/null +++ b/dist/modules/de-nitro.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c body.theme-dracula {\n --background-primary: #181920;\n --background-secondary: #1C1D25;\n --background-secondary-alt: #16171D;\n --background-tertiary: #1F2029;\n\n --channeltextarea-background: #1F2029;\n --background-message-hover: rgba(4, 4, 5, 0.07);\n\n --background-accent: #22232E;\n --background-floating: #1F2029;\n\n --scrollbar-thin-thumb: #9B78CC;\n --scrollbar-auto-thumb: #9B78CC;\n --scrollbar-auto-scrollbar-color-thumb: #9B78CC;\n\n --scrollbar-auto-track: #16171D;\n --scrollbar-auto-scrollbar-color-track: #16171D;\n\n --brand-color: #9B78CC;\n --brand-color-hover: #896BB5;\n }",n.cssRules.length),document.body.classList.add("theme-dracula");case 3:case"end":return r.stop()}},r)}));return function(){return r.apply(this,arguments)}}(),onRemove:function(){var r=n(regeneratorRuntime.mark(function r(){return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:document.body.classList.remove("theme-dracula");case 1:case"end":return r.stop()}},r)}));return function(){return r.apply(this,arguments)}}(),logRegionColor:"darkred"}};exports.default=t; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/duvbox_theme.js b/dist/modules/duvbox_theme.js new file mode 100644 index 0000000..3c07817 --- /dev/null +++ b/dist/modules/duvbox_theme.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return i=e.done,e},e:function(e){c=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(c)throw a}}}}function u(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);nn.length)&&(e=n.length);for(var r=0,t=new Array(e);r svg {\n margin: auto;\n height: 100%;\n }\n .iconWrapper-2OrFZ1[aria-label="Inbox"]:hover > svg {\n color: white !important;\n }\n .guilds-1SWlCJ .scroller-2TZvBN {\n padding-top: 63px !important;\n }\n .unreadMentionsIndicatorTop-gA6RCh {\n top: 48px;\n }'),c.appendChild(s)):(s=document.createTextNode('@import url("https://raw.githack.com/Freeplayg/Discord-fullscreen-inbox/main/main.css");\n .recentMentionsPopout-3rCiI6 {\n animation: none;\n }'),c.appendChild(s)),document.head.appendChild(c)},f={gooseModHandlers:{onImport:function(){var n=u(regeneratorRuntime.mark(function n(){return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:c=document.createElement("style"),d(p.floating);case 2:case"end":return n.stop()}},n)}));return function(){return n.apply(this,arguments)}}(),onLoadingFinished:function(){var n=u(regeneratorRuntime.mark(function n(){return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",goosemodScope.settings.createItem("Fullscreen Inbox",["(v".concat(l,")"),{type:"toggle",text:"Floating Inbox Button",subtext:"Makes the inbox button float on the top left side of the screen with an appearence similair to the DMs button.",onToggle:function(n){p.floating=n,d(n)},isToggled:function(){return p.floating}}]));case 1:case"end":return n.stop()}},n)}));return function(){return n.apply(this,arguments)}}(),onRemove:function(){var n=u(regeneratorRuntime.mark(function n(){return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:goosemodScope.settings.removeItem("Fullscreen Inbox"),c.remove();case 2:case"end":return n.stop()}},n)}));return function(){return n.apply(this,arguments)}}(),getSettings:function(){return[p]},loadSettings:function(e){var r=n(e,1)[0];d((p=r).floating)}}};exports.default=f; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/game_activity_button.js b/dist/modules/game_activity_button.js new file mode 100644 index 0000000..5f36a62 --- /dev/null +++ b/dist/modules/game_activity_button.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,c=!0,i=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return c=e.done,e},e:function(e){i=!0,u=e},f:function(){try{c||null==r.return||r.return()}finally{if(i)throw u}}}}function t(e){return a(e)||o(e)||n(e)||r()}function r(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function n(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function o(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function a(e){if(Array.isArray(e))return u(e)}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,c=!0,i=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return c=e.done,e},e:function(e){i=!0,u=e},f:function(){try{c||null==r.return||r.return()}finally{if(i)throw u}}}}function a(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r [macro content]" - no macro content = get macro, with macro content = set macro',{timeout:2e3}),e.next=10,p(2e3);case 10:return goosemodScope.showToast("Your Macros:",{timeout:1e3}),e.next=13,p(1e3);case 13:c=o(Object.keys(f).map(function(e){return"".concat(e,": ").concat(f[e])})),e.prev=14,c.s();case 16:if((i=c.n()).done){e.next=23;break}return l=i.value,goosemodScope.showToast(l,{timeout:1e3}),e.next=21,p(1e3);case 21:e.next=16;break;case 23:e.next=28;break;case 25:e.prev=25,e.t0=e.catch(14),c.e(e.t0);case 28:return e.prev=28,c.f(),e.finish(28);case 31:return e.abrupt("return");case 32:if(f[a]){e.next=35;break}return goosemodScope.showToast('No macro "'.concat(a,'"')),e.abrupt("return");case 35:r.content=f[a],e.next=41;break;case 38:return f[a]=u,goosemodScope.showToast('Macro "'.concat(a,'" saved')),e.abrupt("return");case 41:return e.abrupt("return",s.apply(this,m));case 42:case"end":return e.stop()}},e,this,[[14,25,28,31]])}));return function(t,r){return e.apply(this,arguments)}}();case 3:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),onRemove:function(){var e=i(regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:goosemodScope.webpackModules.findByProps("jumpToMessage","_sendMessage").sendMessage=s;case 1:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),getSettings:function(){return[f]},loadSettings:function(t){var r=e(t,1)[0];f=r},logRegionColor:"darkred"}};exports.default=m; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/message_scrambler.js b/dist/modules/message_scrambler.js new file mode 100644 index 0000000..5b20f40 --- /dev/null +++ b/dist/modules/message_scrambler.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,c=!1;return{s:function(){e=t[Symbol.iterator]()},n:function(){var t=e.next();return i=t.done,t},e:function(t){c=!0,a=t},f:function(){try{i||null==e.return||e.return()}finally{if(c)throw a}}}}function u(t,r){if(t){if("string"==typeof t)return c(t,r);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?c(t,r):void 0}}function c(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=new Array(r);e .userInfoSection-2acyCx:first-of-type {\n margin-top: -45px;\n }\n .topSectionNormal-2-vo2m {\n z-index: 10;\n }"));case 3:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),onRemove:function(){var e=n(regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t.remove();case 1:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}()}};exports.default=o; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/nord_theme.js b/dist/modules/nord_theme.js new file mode 100644 index 0000000..d6705bd --- /dev/null +++ b/dist/modules/nord_theme.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c body.theme-nord {\n --background-primary: #2e3440;\n --background-secondary: #3b4252;\n --background-secondary-alt: #4c566a;\n --background-tertiary: #434c5e;\n\n --channeltextarea-background: #4c566a;\n --background-message-hover: rgba(4, 4, 5, 0.07);\n\n --background-accent: #434c5e;\n --background-floating: #4c566a;\n\n --scrollbar-thin-thumb: #5e81ac;\n --scrollbar-auto-thumb: #5e81ac;\n --scrollbar-auto-scrollbar-color-thumb: #5e81ac;\n\n --scrollbar-auto-track: #4c566a;\n --scrollbar-auto-scrollbar-color-track: #4c566a;\n\n --brand-color: #5e81ac;\n --brand-color-hover: #81a1c1;\n }",n.cssRules.length),document.body.classList.add("theme-nord");case 3:case"end":return r.stop()}},r)}));return function(){return r.apply(this,arguments)}}(),onRemove:function(){var r=n(regeneratorRuntime.mark(function r(){return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:document.body.classList.remove("theme-nord");case 1:case"end":return r.stop()}},r)}));return function(){return r.apply(this,arguments)}}()}};exports.default=t; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/overlay_user_panel.js b/dist/modules/overlay_user_panel.js new file mode 100644 index 0000000..b1ee029 --- /dev/null +++ b/dist/modules/overlay_user_panel.js @@ -0,0 +1,4 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c * {\n margin-bottom: 50px;\n z-index: 2;\n }',o.cssRules.length),document.body.classList.add("user-panel-columns"),o.insertRule('body.user-panel-columns [aria-label="User area"] .nameTag-3uD-yy + .directionRow-3v3tfG .upc-divider {\n width: 0px;\n\n border-left: 1px solid var(--background-tertiary);\n\n background-color: unset;\n\n margin: 3px;\n margin-left: 3.3px;\n }',o.cssRules.length),(t=document.createElement("div")).className="upc-divider",(n=document.querySelector('[aria-label="User area"] .nameTag-3uD-yy + .directionRow-3v3tfG [aria-label="User Settings"]')).parentElement.insertBefore(t,n);case 11:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),onRemove:function(){var e=r(regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:document.body.classList.remove("user-panel-columns"),t.remove();case 2:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),logRegionColor:"darkred"}};exports.default=s; +},{}]},{},["index.js"], null);parcelRequire('index.js').default \ No newline at end of file diff --git a/dist/modules/owocord.js b/dist/modules/owocord.js new file mode 100644 index 0000000..d55e867 --- /dev/null +++ b/dist/modules/owocord.js @@ -0,0 +1,3 @@ +parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,u=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return u=e.done,e},e:function(e){c=!0,i=e},f:function(){try{u||null==n.return||n.return()}finally{if(c)throw i}}}}function r(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n