Pastebin auto select Unlisted

auto selects unlisted when making a paste

2021-04-30 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Alistair1231
रेटिंग
0 0 0
आवृत्ती
0.1
बनवली
2021-04-30
अपडेट केली
2021-04-30
आकार
640 Bytes
License
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)