Skip to content

[feature request] default-show dearrow submission panel option #503

Description

@michael-tiger-2010

This is a mere feature request, so very low priority. Thank you already for providing this great service for free!

I find that having to interact with the button massively decreases the chances of me submitting anything, even though I would really want to. I found that making it auto-open helps a lot.

Currently, I'm using an userscript for this purpose, but I think having an actual option would be very useful.

(function() {
    'use strict';

    let ci = setInterval(()=>{
        if(!!document.getElementById("cbSubmitMenu")){
            clearInterval(ci);
        }else{
            document.querySelector('.cbSubmitButton.cbButton.cbTitleButton').click();
        }
    }, 500);
})();

I may open a pull at some point, but I haven't read the codebase yet. Thanks again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions