* Hide the "randomize filename" checkbox on the index and the "filename"
text box on the paste page
* Update API documentation to show random filenames in examples
* Don't force a random filename when overwriting with a valid delete key
* If a filename already exists and a random filename is being used, keep
generating new random filenames until one doesn't exist instead of using
a counter
<spanclass="hint--top hint--bounce"data-hint="Leave empty for random filename"><inputclass="codebox"name='filename'id="filename"type='text'value=""placeholder="filename"/></span>.<spanclass="hint--top hint--bounce"data-hint="Enable syntax highlighting by adding the extension"><inputid="extension"class="codebox"name='extension'type='text'value=""placeholder="txt"/></span>
{% if not forcerandom %}<spanclass="hint--top hint--bounce"data-hint="Leave empty for random filename"><inputclass="codebox"name='filename'id="filename"type='text'value=""placeholder="filename"/></span>{% endif %}.<spanclass="hint--top hint--bounce"data-hint="Enable syntax highlighting by adding the extension"><inputid="extension"class="codebox"name='extension'type='text'value=""placeholder="txt"/></span>