Greasy Fork is available in English.

Cheat Ducklings

Unlock all ducks and hats in ducklings.io

// ==UserScript==
// @name        Cheat Ducklings
// @description Unlock all ducks and hats in ducklings.io
// @match       https://*.ducklings.io/*
// @license     MIT
// @version 1.0
// @namespace https://greasyfork.org/users/1063001
// ==/UserScript==
localStorage.setItem('lastDucklingCount', 99999999);
localStorage.setItem('unlockedHats', 'empty,PartyHat,smallCap,egg,flagCap,normalCap,greenPointyHat,nestHat,bushWithCap,flowerHead,flowerHeadCoolGlasses,koala,stoneHat,flagCapBlue,bird,nonLaHat,hatWithWIg,robinHood,topHat,topHatCoolGlasses,flagCapRed,feathers,feathersCoolGlasses,propellerHat,frog,apple,santaHat,crab,sombrero,pelican,eggHelmet,headphones,headphonesGlasses,tiara,flowerGrowing,flowerGrowingCoolGlasses,basicCrown,flowerHat,flowerHatCoolGlasses,flowerHatHeadphones,squid,wizardHat,croc,flamingo,ducklingCap,backwardsCapGlasses,russianHat,ultimateCrown');