Greasy Fork is available in English.
auto selects unlisted when making a paste
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)