get rd
ของเมื่อวันที่
สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.sleazyfork.org/scripts/524935/1553466/rd.js
const getRD = () => {
return Math.floor(Math.random() * (650 - 400 + 1)) + 400;
};