How can I delete my old styles?

I have created unwanted styles and I am really bugged by it, Is there any way of deleting them?

Comments

  • Shit, sorry for creating multiple discussions, I thought it didn't post because I got an error.
  • I understand your frustration. You can delete the content from your styles, but there is no way for authors to remove them completely from their profile. You can try contacting the forum admin via their contact email to request permanent deletion of your unwanted "User Generated Content", but I doubt you would get a positive response.

  • calico said:

    I understand your frustration. You can delete the content from your styles, but there is no way for authors to remove them completely from their profile. You can try contacting the forum admin via their contact email to request permanent deletion of your unwanted "User Generated Content", but I doubt you would get a positive response.

    Thank you, I will probably just ignore it rather than being frustrated and wasting my time
  • edited December 2018 [?]

    Best practice:

    • Edit the style and delete the source code
    • "Delete" them in your profile
    • Hide the deleted styles for you in your profile (e.g. hide all starting from sixth style):
    @-moz-document url-prefix("https://userstyles.org/d/users/personal") {
        .author-styles tr:nth-of-type(6+n) {
            display: none !important;
        }
    }
    
  • @stonecrusher Out of sight, out of mind is a good idea. Thanks for the advice and code snippet! I have no idea why the owner of this site decided deleted styles should be shown to everybody on our profiles. Once upon a time you could have a "private" or test style which no one else would generally see without a link, obviously not the case anymore.

  • I don't know.It's bugging me too. It won't install for me either.Anything that i install won't work.Only yesterday it worked but then got deleted.Don't know how though.
Sign In or Register to comment.