Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do I delete " My Drafts"?

ChuckChuck Member

When I click on the " My Drafts", it asks to "Subscribe to our newsletter".

Thanked by 2vimalware Janevski

Comments

  • Click My Drafts and scroll to the bottom of the page they are there. Hover over the comment and click the X that appears.

  • YuraYura Member

    I will tell you if you Subscribe to Our Newsletter

  • ChuckChuck Member

    @LeonDynamic said:
    Click My Drafts and scroll to the bottom of the page they are there. Hover over the comment and click the X that appears.

    that is deep!

  • solairesolaire Member

    Host them over at a-racks.

  • zafouharzafouhar Veteran

    @Chuck said:
    When I click on the " My Drafts", it asks to "Subscribe to our newsletter".

    Yes you need to subscribe to the newsletter in order to be able to delete the drafts as deleting the drafts is a premium-only members feature.

  • @zafouhar said:

    @Chuck said:
    When I click on the " My Drafts", it asks to "Subscribe to our newsletter".

    Yes you need to subscribe to the newsletter in order to be able to delete the drafts as deleting the drafts is a premium-only members feature.

    Don't listen to this guy, there's no such thing as "premium-only members feature". All you need is an ipv6 connection and you can delete all the drafts you have.

    Thanked by 1uptime
  • ChuckChuck Member
    edited May 2019

    I'm using colocrossing business class internet service. No ipv6.

    https://www.colocrossing.com/solution/business-internet/

  • alvinalvin Member
    edited May 2019

    @LeonDynamic said:
    Click My Drafts and scroll to the bottom of the page they are there. Hover over the comment and click the X that appears.

    I also have this situation....but solved now , thanks!

  • solairesolaire Member
    edited May 2019
    $('.Options').each((i, element) => { 
        const aElement = $(element).children(":first");
    
        if (aElement.attr("class") !== "Delete") {
            return;
        }
    
        aElement.get(0).click();
    });
    

    Use as user script in Chrome, Greasemonkey, etc.

    Thanked by 1Aidan
Sign In or Register to comment.