As a part of its privacy policy, NoBleme will protect your anonymity as much as possible. This means that you will never be sent any emails that could be used to link you to your identity on the website, or asking you to provide your password. On top of that, automated password recovery systems can be used in a few nefarious ways that we would rather not have to deal with. With this context in mind, NoBleme decided to not implement an automated account recovery process.
If you have lost access to your account (forgotten username, forgotten password, or otherwise), the only way to recover that access is to go on NoBleme's NoBleme's IRC chat server and ask for a website administrator to manually reset your account's password. No need to worry about identity usurpation, there is a strict process in place that will allow the administrator to verify your identity before doing the resetting.
If you need to add any styling (bold, links, images, etc.) to a message on NoBleme, you will have to do so using the available BBCodes. All of the BBCodes that you can use on the website are documented below. You will also find, at the end of this page, a text area in which you can try out BBCodes.
BBCode | Effect | Example / Result |
---|---|---|
[url][/url] [url=X][/url] |
Link |
[url]https://nobleme.com[/url] https://nobleme.com [url=https://nobleme.com]Link to NoBleme[/url] Link to NoBleme |
[img][/img] | Image |
[img]https://nobleme.com/favicon.ico[/img] |
[b][/b] | Bold |
[b]This text[/b] will be bolded This text will be bolded |
[u][/u] | Underlined |
[u]This text[/u] will be underlined This text will be underlined |
[i][/i] | Italics |
[i]This text[/i] will be oblique This text will be oblique |
[s][/s] | Strikethrough |
[s]This text[/s] will be crossed off This text will be crossed off |
[blur][/blur] | Blurred |
[blur]This is blurry[/blur], hover on it This is blurry, hover on it |
[align=X][/align] | Alignment |
[align=left]To the left[/align]
[align=center]To the middle[/align]
[align=right]To the right[/align]
|
[color=X][/color] | Color |
[color=red]Color name[/color] [color=#0069C0]Hexadecimal color[/align] |
[size=X][/size] | Size |
[size=2]Bigger size[/size] Bigger size |
[code][/code] | Code block |
[code]Monospaced text in a code block[/code]Monospaced text in a code block |
[space] | Space |
Lets you add [space] spaces Lets you add spaces |
[line] | Line |
Have a [line] horizontal separator Have a horizontal separator |
[quote][/quote] [quote=x][/quote] |
Quote |
[quote]Quoting someone or something[/quote] Quote: Quoting someone or something [quote=Bad]Hi, I'm Bad[/quote] Quote by Bad: Hi, I'm Bad |
[spoiler][/spoiler] [spoiler=x][/spoiler] |
Spoiler |
[spoiler]This content is hidden[/spoiler] SPOILER: SHOW SPOILER CONTENTS [spoiler=Star Wars]Han shot first[/spoiler] Star Wars: SHOW SPOILER CONTENTS |
The best way to understand how BBCodes work is to try them out! Type anything you want in the text area below, the transformed result will appear in real time underneath. A few BBCodes have been pre-entered in the text area, feel free to delete them and try your own experiments.