Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

The enter reader view icon is giving a chance for a thief to steal the content of my website. What is the code to protect my web from the thief?

  • 2 odgovora
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od cor-el

more options

My website contains of articles that I do not want to be copied by strangers. I have put the codes to protect my web site for being copied. But suddenly, the new fire fox is embed with an icon "enter reader view" at the URL and if some one click the icon easily he can copy the content of the web site. I want "enter reader view" icon will not emerge at the URL my website, what is the code?

My website contains of articles that I do not want to be copied by strangers. I have put the codes to protect my web site for being copied. But suddenly, the new fire fox is embed with an icon "enter reader view" at the URL and if some one click the icon easily he can copy the content of the web site. I want "enter reader view" icon will not emerge at the URL my website, what is the code?

Spremenil pratprit

Vsi odgovori (2)

more options

AFAIK, the "Reader" view is part of a W3C standard that is related to a CSS standard and HTML5 - not solely a Mozilla Firefox implementation, it currently exists in Safari, too. And other browser engines are sure to follow as a feature for their users.

https://mathiasbynens.be/notes/safari-reader - mentions how to enable it for a web page, so via quick read of that article my guess is that the < article > tag is part of enabling the Reader View feature.

Also, you need to consider that there are bookmarklets out there that can do a similar "reader view" feature. Basically, if you're worried about a 'thief', don't post it on the internet in HTML / text format or lay a transparency over the page to "hide it". But that is beyond the scope of this forum, which is for user support, not developer support. https://support.mozilla.org/en-US/kb/where-go-developer-support

more options

Text that is present as actual text on a page can always be copied, a last resort is the page code or use the built-in Inspector or other special means. To prevent that you would have to use a plugin like Flash to show the content or present the text as an image.