Pastebin auto select Unlisted

auto selects unlisted when making a paste

Від 30.04.2021. Дивіться остання версія.

Автор
Alistair1231
Рейтинги
0 0 0
Версія
0.1
Створено
30.04.2021
Оновлено
30.04.2021
Size
640 байтів
Ліцензія
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)