Greasy Fork is available in English.

Pastebin auto select Unlisted

auto selects unlisted when making a paste

作者
Alistair1231
日安装量
0
总安装量
12
评分
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)