Galeri Snippet Komunitas
Jelajahi dan pelajari kode kustom scraper yang dibagahi secara publik oleh komunitas.
Verify Cf Turnstile
Testing
package utils
import (
"bytes"
"encoding/json"
"net/http"
// ... (klik card untuk melihat full snippet)
Tes3
Tidak ada deskripsi yang disediakan.
console.log(1)
Uji Sandbox UI
tes
console.log(1)
AlightMotionV3
Bulk create Alight Motion V3 premium accounts automatically via RyezenStore and TempMail.
const https = require('https');
const { URL } = require('url');
const fs = require('node:fs/promises');
const path = require('node:path');
const SESSION_FILE = path.join(__dirname, "session.json");
// ... (klik card untuk melihat full snippet)
YoutubeDownloader
Download Youtube video using youtubemp4.to API.
const axios = require('axios');
const cheerio = require('cheerio');
const toolDefinition = {
name: 'youtube_downloader',
description: 'Download Youtube video using youtubemp4.to API.',
// ... (klik card untuk melihat full snippet)
YoutubeSearch
Searches for YouTube videos using a given keyword. Returns the literal raw JSON response from the API, optionally limited to a specific number of items.
const axios = require('axios');
const toolDefinition = {
name: 'youtube_search',
description: 'Searches for YouTube videos using a given keyword. Returns the literal raw JSON response from the API, optionally limited to a specific number of items.',
inputSchema: {
// ... (klik card untuk melihat full snippet)
ZAI
Chat with Z.ai AI assistant. Advanced AI Chatbot & Agent powered by GLM-5.2.
const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth');
puppeteer.use(StealthPlugin());
const fs = require('fs/promises');
const path = require('path');
// ... (klik card untuk melihat full snippet)
ZImage
Generate images using zimage.run AI models. Anonymous limits apply.
const path = require('node:path');
function generateRandomIP() {
const ranges = [
[1, 1], [2, 2], [5, 5], [23, 23], [27, 27], [31, 31], [36, 36], [37, 37], [39, 39], [42, 42],
[46, 46], [49, 49], [50, 50], [60, 60], [114, 114], [117, 117], [118, 118], [119, 119], [120, 120],
// ... (klik card untuk melihat full snippet)
diPASTEBIN
Upload tool source code and details to DiPastebin.
const fs = require('node:fs/promises');
const path = require('node:path');
function generateRandomIP() {
const ranges = [
[1, 1], [2, 2], [5, 5], [23, 23], [27, 27], [31, 31], [36, 36], [37, 37], [39, 39], [42, 42],
// ... (klik card untuk melihat full snippet)
dpsteai
Chat with dpste AI assistant from dipastebin.web.id. Supports session-based conversation.
const https = require('node:https');
const fs = require('node:fs/promises');
const path = require('node:path');
const SESSION_FILE = path.join(__dirname, 'dpsteai-session.json');
const BASE_HOST = 'dipastebin.web.id';
// ... (klik card untuk melihat full snippet)