Pastebin auto select Unlisted

auto selects unlisted when making a paste

Από την 17/04/2023. Δείτε την τελευταία έκδοση.

Δημιουργός
Alistair1231
Βαθμολογίες
0 0 0
Έκδοση
0.1.3
Δημιουργήθηκε την
30/04/2021
Ενημερώθηκε την
17/04/2023
Μέγεθος
737 Bytes
Άδεια
GPL-3.0
Εφαρμόζεται σε

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)