@userstyles.org: Unable to post comment, blacklisted, unable to complete contact form

When I tried to post this suggestion (and a good rating) to a theme author [1], I got an error message and it stayed on the post comment form. So I clicked 'publish' again, and then I got a message saying that I'm spam-blacklisted for 600s. Looks like the comment title made it through but the post body did not?
So then I tried to send this through the contact form, and it gave me a 404.
So now I'm trying to post this to the forum:

Hopefully you can relay this to whoever can fix the bug. This is valid markdown?

From https://gitlab.com/vednoc/dark-gitlab/-/blob/master/gitlab.user.styl :

  // * Scrollbars.
  if ( enable_sb == 1 ) {
    html { scrollbar-color: bd bg }
    ::-webkit-scrollbar {
      width: 12px;
      &-track { background: bg }
      &-thumb { background: bd }
    }
  }

And from https://github.com/andreicristianpetcu/dark_scroll_for_tweetdeck/blob/master/dark_scroll_bars.css :

/*
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scrollbars
https://drafts.csswg.org/css-scrollbars-1/
*/
.scroll-styled-h, .scroll-styled-v, html {
    scrollbar-color: #495460 rgba(255, 255, 255, .0);
    scrollbar-width: thin;
}

[1] https://userstyles.org/styles/155141/dark-gmail-by-dm

Comments

Sign In or Register to comment.