Google Chrome

Todesnote custom cursor

Todesnote - Custom Cursor und cute Cursor für den Browser.

✨ Move your mouse to test both cursors
Arrow Cursor

Default navigation pointer

Pointer Cursor

Used for clickable elements

Hover over each side to preview both cursor styles in real-time.

1,000+
Dieser Death Note Cursor aus der Anime Cursor Collection ist perfekt für jeden Fan der beliebten Manga- und Anime-Serie. Mit seinem schlanken und stilvollen Design verfügt der Cursor über das ikonische Death Note-Buch mit einem roten Knopf oben. Es ist einfach zu installieren und funktioniert auf allen großen Browsern, was es zur perfekten Ergänzung zu Ihrem Surferlebnis macht. Mit diesem Cursor können Sie Ihre Liebe zu Death Note zeigen und Ihre Freunde und Familie beeindrucken.Schauen Sie in die Kollektion Anime, um noch mehr exklusive Cursor-Pakete wie dieses zu entdecken.

Customize your embed code and preview it in real time below.

Live preview

PNG, resized to 32px
<style type="text/css">
body {
  cursor: url(https://cdn.cutecursors.com/images/cursors/5d63a6c038973.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/images/pointers/5d63a6c038995.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/death-note/death-note-cute-cursors" title="Get free Todesnote cursors for your website.">
  Todesnote Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/images/cursors/5d63a6c038973.png";
const POINTER = "https://cdn.cutecursors.com/images/pointers/5d63a6c038995.png";

export default function CuteCursor() {
  useEffect(() => {
    const style = document.createElement("style");
    style.innerHTML = `
      body { cursor: url(${CURSOR}) 4 4, auto; }
      a, button, .clickable { cursor: url(${POINTER}) 4 4, pointer; }
    `;
    document.head.appendChild(style);
    return () => style.remove();
  }, []);

  return null;
}

/* Usage: render <CuteCursor /> once, e.g. in your root layout or App:
   <CuteCursor />
   Todesnote cursors by https://cutecursors.com//category/death-note/death-note-cute-cursors */
-- Todesnote custom cursor for Roblox
-- LocalScript (place it in StarterPlayer > StarterPlayerScripts)
--
-- 1) Download the cursor images (buttons above) or grab them here:
--    Cursor:  https://cdn.cutecursors.com/images/cursors/5d63a6c038973.png
--    Pointer: https://cdn.cutecursors.com/images/pointers/5d63a6c038995.png
-- 2) Upload them in Roblox Creator Hub as Decals (Create > Decals).
-- 3) Replace the IDs below with your uploaded Image asset IDs.

local UserInputService = game:GetService("UserInputService")
local Players = game:GetService("Players")

local CURSOR_ICON = "rbxassetid://CURSOR_ASSET_ID"
local POINTER_ICON = "rbxassetid://POINTER_ASSET_ID"

-- Set the default cursor
UserInputService.MouseIcon = CURSOR_ICON

-- Optional: switch to the pointer icon while hovering GUI buttons
local function hookButton(button)
	button.MouseEnter:Connect(function()
		UserInputService.MouseIcon = POINTER_ICON
	end)
	button.MouseLeave:Connect(function()
		UserInputService.MouseIcon = CURSOR_ICON
	end)
end

local playerGui = Players.LocalPlayer:WaitForChild("PlayerGui")
for _, gui in ipairs(playerGui:GetDescendants()) do
	if gui:IsA("GuiButton") then
		hookButton(gui)
	end
end
playerGui.DescendantAdded:Connect(function(gui)
	if gui:IsA("GuiButton") then
		hookButton(gui)
	end
end)

-- Todesnote cursors: https://cutecursors.com//category/death-note/death-note-cute-cursors

How to Install Todesnote cursors

How to Install cursor Todesnote for Chrome

Todesnote preview

Todesnote

Todesnote - Custom Cursor und cute Cursor für den Browser.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Todesnote' pack.

  2. 2
    Add the Extension

    On the Chrome Web Store, smash that ‘Add to Chrome’ button and confirm.

  3. 3
    Pin for Easy Access

    Pro-tip: Pin the 'Cute Cursors' extension to your toolbar for quick access.

  4. 4
    Activate Your Cursor

    Open the extension, find the 'Todesnote' pack, and click to activate. Easy peasy!

Piece of cake, right? Go on and have fun!

You may also like

Explore other cursor packs from our collection

Death Note Misa Amane & Necklace Cursor-Paket

Death Note Misa Amane & Necklace Cursor-Paket

Misa Amane and Necklace free custom cursor - cute cursor flair for Death Note fans.

Misa Amane Cursor-Paket

Misa Amane Cursor-Paket

Misa Amane - Custom Cursor und cute Cursor für den Browser.

Ryuk Cursor-Paket

Ryuk Cursor-Paket

Ryuk Custom Cursor Pack mit süßem Cursor für Fans des Themas.

Death Note Near & Dice Cursor-Paket

Death Note Near & Dice Cursor-Paket

Drop the Near and Dice cute cursor - a free custom cursor for your desktop.

Todesnote Cursor-Paket

Todesnote Cursor-Paket

Todesnote Custom Cursor Pack mit süßem Cursor für Fans des Themas.

Das Gesetz Cursor-Paket

Das Gesetz Cursor-Paket

Das Gesetz Custom Cursor Pack mit süßem Cursor für Fans des Themas.

Death Note Ryuk & Apple Cursor-Paket

Death Note Ryuk & Apple Cursor-Paket

Ryuk and Apple cute cursor for fans - free custom cursor with notebook mystery charm.

Death Note L Cursor-Paket

Death Note L Cursor-Paket

Death Note L cute cursor pack: free custom cursors with notebook mystery style.

Didn't Find Your Vibe?

Our universe of cursors is huge. Dive into hundreds of unique collections and find the one that truly represents you.

Explore All Collections