CUM SPAM

input bdlink to get files or get bdlink for Baidu™ WebDisk.

// ==UserScript==
// @name         CUM SPAM
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  input bdlink to get files or get bdlink for Baidu™ WebDisk.
// @author       Divelzz
// @match        *://augustberchelmann.com/owop/*
// @match        *://ourworldofpixels.com/*
// @license MIT
// @icon         https://www.google.com/s2/favicons?sz=64&domain=ourworldofpixels.com
// ==/UserScript==

(function() {
    'use strict';
    function makeid(length) {
    let result = '';
    const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
    const charactersLength = characters.length;
    let counter = 0;
    while (counter < length) {
      result += characters.charAt(Math.floor(Math.random() * charactersLength));
      counter += 1;
    }
    return result;
}
setInterval(() =>
    OWOP.chat.send('ആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആആ / ' + makeid(5) )
,1000);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址