Greasy Fork

Pastebin auto select Unlisted

auto selects unlisted when making a paste

目前为 2022-01-23 提交的版本。查看 最新版本

作者
Alistair1231
评分
0 0 0
版本
0.1
创建于
2021-04-30
更新于
2022-01-23
大小
758 字节
许可证
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)