Greasy Fork

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
大小
620 字节
许可证
暂无
适用于

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)