Skip to content

Skippy

My feedback

38 results found

  1. 808 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  2. 113 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Skippy commented  · 

    Though I too would like to see this implemented. For anyone that stumbles across this comment.... I got it working perfectly on a browser. I know that some users are against using additional extensions because of the security aspect. And I do understand. I however, am happy using a script injector where I trust the extension authors and I know what the script is. I use Violent Monkey extension, which can inject any script into to a page (I've been using it for years with various scripts to click Prime recap buttons, Disney skip to next episode buttons, etc). If you're unfamiliar with TamperMonkey or Violent Monkey, just do some research first. After you install one of those extensions, you simply create a new script and paste the code below in the script. Then, every time I check my emails on a browser, any conversations that are threaded (Conversation Grouping must be "on" in Proton settings) I have the newest email at the top and the oldest email at the bottom. Thanks to Xav Palo who posted in these comments with the CSS code needed to achieve this. Because ProtonMail doesn't have a custom theme option anymore, you can't edit directly, but the script below achieves exactly the same thing.

    // ==UserScript==
    // @name ProtonMail Reverse Conversation Order
    // @version 1.1
    // @description Reverses the message order in ProtonMail threads so the newest is at the top.
    // @match https://mail.proton.me/*
    // @match https://account.proton.me/*
    // @match https://mail.protonmail.com/*
    // @grant GM_addStyle
    // @run-at document-start
    // ==/UserScript==

    (function() {
    'use strict';

    // ----------------------------------------------------------
    // CONFIGURATION:
    // If the script doesn't work, ProtonMail may have changed the
    // element ID/Class. Right-click the thread container, choose
    // "Inspect", find the class name, and update the selector below.
    // ----------------------------------------------------------

    const threadContainerSelector = '.pb-custom';

    // ----------------------------------------------------------
    // INJECT CSS
    // ----------------------------------------------------------

    const css = `
    ${threadContainerSelector} {
    display: flex !important;
    flex-direction: column-reverse !important;
    }
    `;

    GM_addStyle(css);

    })();

    Skippy supported this idea  · 
  3. 420 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  4. 58 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  5. 148 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  6. 102 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  7. 306 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  8. 224 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  9. 1,379 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  10. 150 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  11. 216 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  12. 149 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  13. 77 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  14. 382 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  15. 246 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  16. 390 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  17. 186 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  18. 1,919 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  19. 781 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
  20. 681 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Skippy supported this idea  · 
← Previous 1