Title: Init Content Protector – Anti-Copy, Anti-Scrape, Encrypt-All
Author: Init HTML
Published: <strong>2025 年 8 月 8 日</strong>
Last modified: 2026 年 5 月 17 日

---

搜尋外掛

![](https://ps.w.org/init-content-protector/assets/banner-772x250.png?rev=3341703)

![](https://ps.w.org/init-content-protector/assets/icon-256x256.png?rev=3341703)

# Init Content Protector – Anti-Copy, Anti-Scrape, Encrypt-All

 由 [Init HTML](https://profiles.wordpress.org/brokensmile2103-1/) 開發

[下載](https://downloads.wordpress.org/plugin/init-content-protector.1.3.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/init-content-protector/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/init-content-protector/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/init-content-protector/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/init-content-protector/#developers)

 [技術支援](https://wordpress.org/support/plugin/init-content-protector/)

## 外掛說明

**Init Content Protector** is a powerful yet lightweight plugin that safeguards 
your post content from unauthorized copying, scraping tools, and inspection via 
browser developer tools.

This plugin is part of the [Init Plugin Suite](https://en.inithtml.com/init-plugin-suite-minimalist-powerful-and-free-wordpress-plugins/)—
a collection of minimalist, fast, and developer-focused tools for WordPress.

GitHub repository: [https://github.com/brokensmile2103/init-content-protector](https://github.com/brokensmile2103/init-content-protector)

**Features:**
 – JavaScript-based copy protection (blocks selection, right-click,
print, DevTools access) – Full content encryption with client-side decryption using
CryptoJS – Keyword cloaking using CSS pseudo-elements – Invisible noise injection
to confuse crawlers – Per-post type configuration – Custom encryption key per site–
Custom content selector support

Use this plugin to harden your site’s content visibility while maintaining a smooth
reading experience for real users.

### Source Code

This plugin uses [CryptoJS](https://github.com/brix/crypto-js) for encryption.
 –
Minified version: `assets/js/crypto-js.min.js` – Source version: [GitHub Repo](https://github.com/brix/crypto-js)

### License

This plugin is licensed under the GPLv2 or later.
 You are free to use, modify, 
and distribute it under the same license.

## 螢幕擷圖

[⌊Settings Page – Configure protection methods, encryption, keyword cloaking, and
per-post type options.⌉⌊Settings Page – Configure protection methods, encryption,
keyword cloaking, and per-post type options.⌉[

**Settings Page** – Configure protection methods, encryption, keyword cloaking, 
and per-post type options.

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/init-content-protector` directory,
    or install via the WordPress plugin screen.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **Settings  Init Content Protector** and configure your preferred options.

## 常見問題集

### Will this affect SEO?

If you enable full content encryption, search engines will not be able to see the
content. Only use this option if SEO visibility is not required.

### Does this plugin support custom post types?

Yes. You can choose which post types are protected in the settings page.

### Can I use my own encryption key?

Yes. You can set a custom key per site for added security.

## 使用者評論

![](https://secure.gravatar.com/avatar/dd8cef4c70bb3a14f5922eb54c92a8166947a303f44eb4a89a954cee4defad6f?
s=60&d=retro&r=g)

### 󠀁[Not good](https://wordpress.org/support/topic/not-good-243/)󠁿

 [tinaponting](https://profiles.wordpress.org/ponting/) 2026 年 6 月 2 日 1 則留言

Noone could read my blogposts:(

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/init-content-protector/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Init Content Protector – Anti-Copy, Anti-Scrape, Encrypt-
All〉的開發相關工作。

參與者

 *   [ Init HTML ](https://profiles.wordpress.org/brokensmile2103-1/)

[將〈Init Content Protector – Anti-Copy, Anti-Scrape, Encrypt-All〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/init-content-protector)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/init-content-protector/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/init-content-protector/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/init-content-protector/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/init-content-protector/)。

## 變更記錄

#### 1.3 – November 15, 2025

 * Fully decoupled **encryption** and **JS content protection** into separate script
   modules (`decrypt.js` and `content-protector.js`)
 * Split script loading into **two independent wp_enqueue_scripts hooks**, eliminating
   unwanted cross-dependencies
 * Renamed localized JS object for encryption to **InitContentDecryptData** for 
   clearer separation of responsibilities
 * Ensured JS protection (block copy, right-click, print, DevTools) works independently
   even when encryption is disabled
 * Improved maintainability by isolating crypto loading (`crypto-js.min.js`) strictly
   to encrypt mode
 * Refined initialization order to guarantee consistent behavior across all themes
   and page builders

#### 1.2 – November 14, 2025

 * Added option to **exclude specific user roles** from all protection layers (encryption,
   JS protection, noise injection, keyword cloaking)
 * Implemented role-based bypass at both **filter level** and **asset enqueue level**
   for consistent behavior across frontend
 * Refactored protection flow so encryption, JS protection, and noise injection 
   operate **independently**, preventing unwanted coupling
 * Improved script enqueue logic to load CryptoJS **only when encryption is enabled**
 * Optimized hook processing to avoid unnecessary filtering for excluded roles and
   unsupported post types
 * Ensured clean fallback behavior when mixed protection settings are enabled

#### 1.1 – August 16, 2025

 * Changed minimum WordPress requirement to 5.7 to leverage wp_get_inline_script_tag
   for safer inline script output
 * Replaced wp_add_inline_script with direct inline injection for guaranteed execution
   across all single post pages
 * Added inline script nonce/type support via wp_get_inline_script_tag for enhanced
   security
 * Ensured encrypted payload is always available early in content, even if certain
   script handles are missing
 * Added CustomEvent trigger (init-content-payload-ready) to allow frontend scripts
   to react when encrypted content is ready
 * Prevented duplicate inline script injection when content filters run multiple
   times

#### 1.0 – July 23, 2025

 * Initial release
 * JavaScript-based content protection (block copy, right-click, print, DevTools)
 * Full AES-256 content encryption with CryptoJS decryption
 * Invisible keyword cloaking via ::before and randomized CSS class
 * Random noise injection (hidden spans) to confuse crawlers
 * Supports multiple post types (customizable)
 * Custom encryption key per site
 * Custom content selector for JS targeting
 * Fallback styling compatible with light/dark themes
 * Modular settings page with sanitize and validation

## 中繼資料

 *  版本 **1.3.1**
 *  最後更新 **3 週前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/init-content-protector/)
 * 標籤:
 * [anti copy](https://tw.wordpress.org/plugins/tags/anti-copy/)[anti-scraping](https://tw.wordpress.org/plugins/tags/anti-scraping/)
   [content-protection](https://tw.wordpress.org/plugins/tags/content-protection/)
   [copy protection](https://tw.wordpress.org/plugins/tags/copy-protection/)[encryption](https://tw.wordpress.org/plugins/tags/encryption/)
 *  [進階檢視](https://tw.wordpress.org/plugins/init-content-protector/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/init-content-protector/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/init-content-protector/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/init-content-protector/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/init-content-protector/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/init-content-protector/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/init-content-protector/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/init-content-protector/reviews/)

## 參與者

 *   [ Init HTML ](https://profiles.wordpress.org/brokensmile2103-1/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/init-content-protector/)