# wmail-user-scripts **Repository Path**: mirrors_github/wmail-user-scripts ## Basic Information - **Project Name**: wmail-user-scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wmail-user-scripts WMail provides ways to customise Gmail and Google Inbox through user scripts. These are snippets of JavaScript and Stylesheets which are able to customise the way your mailboxes work. For example if you like everything red you can easily write a script for that! ## Installing To install or write you own user scripts follow these instructions 1. Open the `Settings` in WMail 2. Click on the `Accounts` tab 3. Select that account you want to customise 4. Click on `Custom CSS` or `Custom JavaScript` to open a modal 5. Paste or type your userscript into the text field and press `Save` when done Your mailbox will reload and your script will be applied. ## Userscripts Here are some userscripts that have been provided by the community to help you customise your mailboxes * **@axllent [Hide Ads in Gmail](axllent/hide-ads/userscript.css)** - hides the ads in Gmail and make the email screen wider [CSS](axllent/hide-ads/userscript.css) * **@axllent [Attachment Icons in Gmail](axllent/attachment-icons)** - adds basic attachment icons depending on filetype [CSS](axllent/attachment-icons/userscript.css) [JS](axllent/attachment-icons/userscript.js) * **@Thomas101 [Hide Scrollbar in Inbox](Thomas101/hidescroll/userscript.css)** - hides the main scrollbar that flows over the titlebar in Google Inbox [CSS](Thomas101/hidescroll/userscript.css) * **@MichaelTunnell [Custom default font size](MichaelTunnell/custom-default-font-size)** - change the default font size in Gmail and Google Inbox [CSS](MichaelTunnell/custom-default-font-size/userscript.css) [README](MichaelTunnell/custom-default-font-size/README.md) * **@binamkayastha [CompactInbox](binamkayastha/CompactInbox)** - makes Google Inbox more compact [CSS](binamkayastha/CompactInbox/userscript.css) * **@steveteuber [Modern Inbox](steveteuber/modern-inbox)** - Fine tuned the look and feel of Inbox [CSS](steveteuber/modern-inbox/userscript.css) [JS](steveteuber/modern-inbox/userscript.js) * **@mikesprague [Use System Fonts](mikesprague/use-system-fonts)** - Use system fonts for faster/cleaner rendering [CSS](mikesprague/use-system-fonts/userstyle.css) * **@mikesprague [Clean Gmail](mikesprague/clean-gmail)** - Use system fonts and includes @axllent's hide-ads & attachment-icons [CSS](mikesprague/clean-gmail/userstyle.css) * **@mikesprague [Modernized Trello](mikesprague/modernized-trello)** - System fonts, dark backgrounds, and material styling (on boards) [CSS](mikesprague/modernized-trello/userstyle.css) * **@mikesprague [Dark & Modern Feedly](mikesprague/dark-modern-feedly)** - System fonts and a dark/flat style for Feedly [CSS](mikesprague/dark-modern-feedly/userstyle.css) * **@mikesprague [Dark Slack](mikesprague/dark-slack)** - Dark/night userstyle for Slack [CSS](mikesprague/dark-slack/userstyle.css) * **@volendi [Telegram Desktop](volendi/telegram-desktop)** - System fonts, increased useful area [CSS](volendi/telegram-desktop/userstyle.css) --- ### Contributing If you think there's a userscript missing and you're interested in adding one, please submit a pull request :-) ### Developing and Testing If you're developing a userscript, it's useful to know that you can bring up the developer tools for any mailbox: 1. Right click on the mailbox in the mailbox selector (left hand side) 2. Select the `Inspect` option to launch the developer tools