by itthinx
5 (1 reviews)
FrankenCookie
FrankenCookie reminds visitors of the use of cookies.
Compatible with WP 6.9
v2.1.0
Current Version v2.1.0
Updated 3 months ago
Last Update on 20 Dec, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#37,309
+6236 this week
Active Installs
10+
—
No change
KW Avg Position
81.3
—
No change
Downloads
2.5K
+2 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 20
10+
20+
10,842
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 20+
Rank Changes
Current
#37,309
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| bureaucracy | 7 | — | Tag | 15 hours ago |
| cookie directive | 60 | — | Tag | 15 hours ago |
| cookie law | 177 | — | Tag | 15 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.1.0
- Last Updated
- Dec 20, 2025
- Requires WP
- 6.5+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- itthinx
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,718
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + more
200K+ installs
#260
PO
Page Optimize
200K+ installs
#261
MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security Firewall
200K+ installs
#265
Frequently Asked Questions
Common questions about FrankenCookie
You can leave a comment on the author's page for the plugin or the plugin's support forum.
Yes. FrankenCookie renders the content of the widget and hides it with Javascript that checks if the frankencookie cookie (yummy) is present. If it is found, it hides the widget's content. As what is rendered does not change, it doesn't matter whether a caching mechanism is used or not.
Those that don't will always see the message.
The output can be styled quite easily using CSS rules and filters provided by the renderer class. the outer container uses the class frankencookie-container the message is wrapped in a div with class frankencookie-message the link to hide the message is also in a div with class frankencookie-hide Example - show the message at a fixed position at the bottom of the page: .frankencookie { font-size: 11px; margin-top: 2px; text-align: center; position: fixed; bottom: 0; color: #f0f0f0; background-color: #000; z-index: 10000; } .frankencookie .frankencookie-message, .frankencookie .hide { display: inline; margin: 2px; } .frankencookie .frankencookie-hide a { color: #fff; padding: 2px; font-weight: bold; } .frankencookie .frankencookie-hide a:hover { background-color: #999; color: #111; }