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
尺寸
574 位元組
授權條款
未知
腳本執行於

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)