Pastebin auto select Unlisted

auto selects unlisted when making a paste

As of 2021-04-30. See the latest version.

Author
Alistair1231
Ratings
0 0 0
Version
0.1
Created
2021-04-30
Updated
2021-04-30
Size
620 Bytes
License
N/A
Applies to

Auto selects Unlisted when creating, cloning or editing a paste

If you change

document.getElementById("postform-status").value=1;

to

document.getElementById("postform-status").value=2;

it should be private. (I don't use private, so not tested)