We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How can I stop people using the Firefox Reader on my website?

  • 3 件の返信
  • 2 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: AOWeb

more options

Hey everyone,

I am using wordpress for my site, and have had an issue with people stealing content in the past.

Because of that I'm using a wordpress plugin that disables right click and copy paste. I know that it's not fool proof, and that it's still possible to view the source etc. if you know how.

The problem I'm having at the moment though, is that the pages are still accessible in Firefox Reader view, and in Reader View all the content can be viewed in an unprotected way, and easily copy pasted. So if it's possible I'd like to add something (plugin / code or whatever is needed really) that will stop people from opening my pages in Reader View.

Would anyone have any ideas on how to do that?

From what I've read, Reader View determines content to show based on markup in the code, so I could try stripping out the HTML tags, but not sure what that's going to do to my theme styling.

Thanks, David

Hey everyone, I am using wordpress for my site, and have had an issue with people stealing content in the past. Because of that I'm using a wordpress plugin that disables right click and copy paste. I know that it's not fool proof, and that it's still possible to view the source etc. if you know how. The problem I'm having at the moment though, is that the pages are still accessible in Firefox Reader view, and in Reader View all the content can be viewed in an unprotected way, and easily copy pasted. So if it's possible I'd like to add something (plugin / code or whatever is needed really) that will stop people from opening my pages in Reader View. Would anyone have any ideas on how to do that? From what I've read, Reader View determines content to show based on markup in the code, so I could try stripping out the HTML tags, but not sure what that's going to do to my theme styling. Thanks, David

すべての返信 (3)

more options

Hi, sorry do not. You are not going to win in that route. Why not just turn the pages in to png or jpeg and watermark them with a good one. Which will not stop people taking screen shots if really want it.

No idea about this one : https://wordpress.org/plugins/wp-content-copy-protector/

You are probably better off in here : https://en.forums.wordpress.com/

more options

Reader view only displays text on a web page in containers that meet conditions like a specific layout. There is a minimum character count for containing elements that show in Reading mode, so you may not see all the text if the page isn't designed to be used with reader mode.

  • view-source:resource://gre/modules/reader/Readability.js
more options

I wonder if you managed to find a decent solution for this.