Skip to content

Instantly share code, notes, and snippets.

{
"name": "Anikoto Provider",
"compatible": true,
"pluginType": "provider",
"pluginProvider": "Standard",
"contentProvider": "Anikoto",
"scriptUrl": "https://gist.githubusercontent.com/DeenoSins/17d67a8fd168a8192260cebbb500a05e/raw/faf2e8b71b9fa4ba68a17daa168a2fa6beebba80/anikoto-script.js",
"iconUrl": "https://www.anikoto.cz/favicon.ico",
"version": "1.0.0",
"language": "Czech",
@DeenoSins
DeenoSins / anikoto-script.js
Created May 17, 2026 10:55
Mojuru Anikoto Plugin
/**
* Mojuru Anikoto.cz Plugin Script
*/
const AnikotoPlugin = {
// 1. SEARCH FUNCTION
async search(query) {
try {
// This encodes your search text so spaces don't break the web link
const searchUrl = `https://www.anikoto.cz/hledat?q=${encodeURIComponent(query)}`;