為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 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?

由 pratprit 於 修改

所有回覆 (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.