Pastebin auto select Unlisted

auto selects unlisted when making a paste

Autor
Alistair1231
Installationen heute
0
Installationen gesamt
15
Bewertungen
0 0 0
Version
0.1.3
Erstellt am
30.04.2021
Letzte Aktualisierung
04.06.2023
Größe
618 Bytes
Lizenz
MIT
Wird angewandt auf

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)