Pastebin auto select Unlisted

auto selects unlisted when making a paste

作者
Alistair1231
今日安裝
0
安裝總數
13
評價
0 0 0
版本
0.1.3
建立日期
2021-04-30
更新日期
2023-06-04
授權條款
MIT
腳本執行於

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)