PulseAugur
EN
LIVE 04:41:49
Dansk(DA) # ai når man har en hjemmeside, frister man tyven og min farmor sagde, at den der frister tyven er værre end en røver. Den gang var der ikke hjemmesider. Laver

Website owners can deter text copying with JavaScript

A Mastodon user shared a tip for website owners to deter text copying and image downloading by embedding JavaScript code into their website's body. The user suggests adding `<body oncontextmenu="return false;">` to prevent users from right-clicking to copy text or download images, though they acknowledge that screenshots can still be taken and AI can still read the code. AI

IMPACT This tip offers a basic method for website owners to make content harder to copy, though its effectiveness against AI is limited.

RANK_REASON This is a user-generated tip on a social media platform about a technical workaround, not a significant industry event or release.

Read on Mastodon — mastodon.social →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. Mastodon — mastodon.social TIER_1 Dansk(DA) · [email protected] ·

    AI when you have a website, you tempt the thief, and my grandmother said that he who tempts the thief is worse than a robber. Back then there were no websites. Makes

    # ai når man har en hjemmeside, frister man tyven og min farmor sagde, at den der frister tyven er værre end en røver. Den gang var der ikke hjemmesider. Laver du hjemmesider sæt dette ind i <body> html koden: <body oncontextmenu="return false;"> så kan brugere ikke kopier din te…