Pastebin auto select Unlisted

auto selects unlisted when making a paste

Maker
Alistair1231
Dagelijks aantal installaties
0
Totaal aantal installaties
15
Beoordelingen
0 0 0
Versie
0.1.3
Gemaakt op
30-04-2021
Bijgewerkt op
04-06-2023
Grootte
618 bytes
Licentie
MIT
Wordt toegepast op

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)