WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: snow-monkey-editor (Used by 4,777 domains)

Snow Monkey Editor

The Snow Monkey Editor is a plugin that extends the block editor.

GitHub: https://github.com/inc2734/snow-monkey-editor/

Formatter

Click Snow Monkey button in toolbar.

  • Text badge
  • Text background color
  • Text font size
  • Text highlighter
  • Text color
  • Text gradient
  • Text letter spacing
  • Line break per screen size
  • Format clear

Extensions

You can settings in inspector.

  • Hide on smartphone size or tablet size or PC size. (Using media query)
  • Hide by user roles. (Using render_block filter hook. If it does not pass this filter, it is ignored)
  • Scroll animation
  • Publish date time settings
  • Unpublish date time settings
  • Edit lock by user roles. (Only administrators can set it)

Block presets

This feature allows you to save the settings of a block and set them for other blocks of the same type at the touch of a button.

(The number of blocks/attributes that can be used by the block preset feature is limited by default.)

Block styles

There can be used in paragraph blocks, group blocks, image blocks, etc.

  • Alert
  • Alert (Remarks)
  • Alert (Success)
  • Alert (Warning)
  • Fluid shapes
  • Post-it
  • Post-it (Narrow)
  • Shadowed
  • Speech (Top)
  • Speech (Right)
  • Speech (Bottom)
  • Speech (Left)
  • List (Arrow)
  • List (Check)
  • List (Remarks)
  • List (Times)
  • Ordered list (Circle)
  • Ordered list (Square)

Filter hooks (JavaScript)

SnowMonkeyEditor.extension.allowedNameSpaces

JavaScript

import { addFilter } from '@wordpress/hooks';

addFilter(
  'SnowMonkeyEditor.extension.allowedNameSpaces',
  'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
  ( allowedNameSpaces, extensionName ) => {
    return [
      ...allowedNameSpaces,
      'snow-monkey-blocks',
    ];
  }
);

PHP

add_action(
    'admin_enqueue_scripts',
    function() {
        $data = "wp.hooks.addFilter(
            'SnowMonkeyEditor.extension.allowedNameSpaces',
            'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
            ( allowedNameSpaces, extensionName ) => {
                return [
                    ...allowedNameSpaces,
                    'snow-monkey-blocks',
                ];
            }
        );";
        wp_add_inline_script(
            'snow-monkey-editor@editor',
            $data
        );
    }
);

SnowMonkeyEditor.extension.allowedRoles

JavaScript

import { addFilter } from '@wordpress/hooks';

addFilter(
  'SnowMonkeyEditor.extension.allowedRoles',
  'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
  ( allowedNameSpaces, extensionName ) => {
    return [ 'administrator' ];
  }
);

PHP

add_action(
    'admin_enqueue_scripts',
    function() {
        $data = "wp.hooks.addFilter(
            'SnowMonkeyEditor.extension.allowedRoles',
            'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
            ( allowedRoles, extensionName ) => {
                return [ 'administrator' ];
            }
        );";
        wp_add_inline_script(
            'snow-monkey-editor@editor',
            $data
        );
    }
);
DomainExposuresHeadersLast Checked
c*s*a*o.c*.jp F Aug 3, 2026
s*y*h*l*e*g*r*.com (WP 7.0.2) F Aug 3, 2026
h*w*k*n.jp (WP 6.8.6) F Aug 3, 2026
t*t*r*-*o*m*t*n.jp F Aug 3, 2026
u*h*r*d*-*e*c*i*u.jp (WP 6.2.2) F Aug 3, 2026
t*s*o*e*p.c*.jp F Aug 3, 2026
l*d*t.jp (WP 7.0.2) F Aug 3, 2026
m*r*-*o*.jp (WP 7.0.2) F Aug 2, 2026
o*o*u*z*.com (WP 7.0.2) F Aug 2, 2026
t*b*a*o.c*.jp D Aug 2, 2026
k*o*o*w*s*u*o*l*c*i*n.jp (WP 7.0.2) F Aug 2, 2026
m*b*.jp (WP 7.0.2) F Aug 2, 2026
s*o*u*o.c*.jp D Aug 2, 2026
a*c*.tokyo F Aug 2, 2026
o*a*s*o*i.c*.jp F Aug 2, 2026
r*i*b*w*y*.jp (WP 6.8.3) F Aug 2, 2026
n*u*a*s*n*a.com F Aug 2, 2026
f*r*k*w*2*.jp F Aug 2, 2026
k*t*u*h*t*n.c*.jp F Aug 2, 2026
a*s*u*a.org F Aug 2, 2026
q*a*i*y*u*e.jp (WP 6.9.5) F Aug 2, 2026
t*r*a*o*a.o*.jp (WP 5.4.19) F Aug 2, 2026
s*a*t*i*.online (WP 7.0.2) F Aug 2, 2026
s*z*k*-*p*r*s.o*.jp (WP 6.8.6) F Aug 2, 2026
o*i*i*y*c.jp (WP 7.0.2) F Aug 2, 2026
b*k*-*e*t*l*j*p*n.com (WP 6.8.6) F Aug 2, 2026
b*j*k*n.com F Aug 2, 2026
z*r*o*e*y*-*u*a*h*k*s*g*.com (WP 7.0.2) F Aug 2, 2026
b*h*d*s*b*.com (WP 7.0.2) F Aug 2, 2026
j*s.c*.jp (WP 7.0.2) F Aug 2, 2026
n*-*n*r*y.c*.jp (WP 7.0.2) F Aug 2, 2026
j*-*a*a*o*o.o*.jp F Aug 2, 2026
b*g*o*-*u*k.com F Aug 2, 2026
k*s*i*a*a*c*i.o*.jp F Aug 2, 2026
n*b*t*t*m*s*i*.com F Aug 2, 2026
m*k*-*o*f*l*b.c*.jp F Aug 2, 2026
t*m*s*d*.tokyo (WP 7.0.2) F Aug 2, 2026
e*r*n*o.jp D Aug 2, 2026
w*m*n*e*e.net F Aug 2, 2026
m*x*e*l*g*.c*.jp (WP 7.0.2) F Aug 2, 2026
y*s*o*.shop (WP 6.5.5) F Aug 2, 2026
k*m*n*y*m*-*h*k*k*i.org (WP 7.0.2) F Aug 2, 2026
y*t*r*-*o*i*.jp D Aug 2, 2026
j*d*-*a*g*k*i.org (WP 7.0.2) F Aug 2, 2026
t*i*k*w*t*-*i*s.com (WP 7.0.2) F Aug 2, 2026
b*c*s*d*s*g*.com (WP 6.1) F Aug 2, 2026
m*o*k*n*a.com (WP 5.9.13) F Aug 1, 2026
k*d*n*i*c.com F Aug 1, 2026
m*s*i*.c*.jp (WP 7.0.2) F Aug 1, 2026
j*t*e*j*t.tokyo (WP 7.0.2) D Aug 1, 2026
k*y*n*d*.jp (WP 6.7.5) F Aug 1, 2026
m*s*k*-*h.com (WP 7.0.2) F Aug 1, 2026
t*s*k*a*v*.com D Aug 1, 2026
b*b*c*a*y.com (WP 6.2.9) F Aug 1, 2026
m*g*n*h*k*d*m*.com (WP 6.3.8) F Aug 1, 2026
b*u*a*k*n*o.jp (WP 6.8.1) F Aug 1, 2026
m*e*h*e*g*n*e*i*g.com F Aug 1, 2026
s*a*p*a*e*-*c*d*m*.com F Aug 1, 2026
r*-*e.com F Aug 1, 2026
b*d*g*r*.com F Aug 1, 2026
b*c*e*r.com (WP 7.0.2) F Aug 1, 2026
b*-*u*e*t*.net (WP 7.0.2) F Aug 1, 2026
t*i*o*o*g*o*p.jp F Aug 1, 2026
s*g*n*g*.c*.jp (WP 6.1) F Aug 1, 2026
a*u*-*h.com (WP 6.5.8) F Aug 1, 2026
s*k*s*i*k*n.o*.jp (WP 7.0.2) F Aug 1, 2026
s*a*t*r*n*.c*m.tw A Aug 1, 2026
m*m*t*r*-*s*h*.com (WP 7.0.2) F Aug 1, 2026
t*i*i*y*c*n*u*t*n*.c*.jp F Aug 1, 2026
m*r*r*a*l*d.com (WP 6.8.6) F Aug 1, 2026
f*o*t*o*i*.com (WP 7.0.2) F Aug 1, 2026
a*e*a*e*a.com (WP 7.0.2) F Aug 1, 2026
m*r*k*s*.com F Aug 1, 2026
m*r*i*-*n*-*e*t.com F Aug 1, 2026
a*b*l*n*c.com F Aug 1, 2026
b*r*l*e*e*t*s*.com A Aug 1, 2026
h*p*y*e*t*s*.c*m.tw A Aug 1, 2026
f*o*-*o*m.com (WP 7.0.2) F Aug 1, 2026
f*o*u*-*7.com (WP 6.1.10) F Aug 1, 2026
m*r*i*k*k*h*s*i.com (WP 7.0.2) F Aug 1, 2026
a*a*u*k*s*i*a.com (WP 7.0.2) F Aug 1, 2026
m*c*i*a*b*l*e*.com (WP 6.8.2) F Aug 1, 2026
s*n*i*l*d.c*.jp (WP 7.0.2) D Aug 1, 2026
m*q*j*p*n.com F Aug 1, 2026
w*t*b*-*e*d*n*.c*m.tw (WP 6.8.2) D Aug 1, 2026
a*u*i*s.com F Aug 1, 2026
a*u*i*s*t*x.com D Aug 1, 2026
a*u*o*w*r*s.com (WP 7.0.2) F Aug 1, 2026
n*p*a*i*i*y*e*u.jp (WP 7.0.2) F Aug 1, 2026
t*e*e*e*e*e*t*l.com A Aug 1, 2026
g*r*g*2*1*.com (WP 7.0.2) F Aug 1, 2026
g*r*g*-*h*m*z*.com (WP 7.0.2) F Aug 1, 2026
f*i*n*s*i*r*n*-*u*o*i*.com F Aug 1, 2026
c*l*f*o*.c*.jp F Aug 1, 2026
k*e*.jp D Aug 1, 2026
a*-*u*s*.net (WP 7.0.2) F Aug 1, 2026
a*a*g*m*.com (WP 7.0.2) F Aug 1, 2026
b*e*p*a*m*c*.com F Aug 1, 2026
a*a*o*e*g*i*h.com (WP 7.0.2) F Aug 1, 2026
m*n*m*s*i*s*u*o*i*e.com (WP 7.0.2) F Aug 1, 2026

Top 50 Plugins

Plugin Count
elementor 1,769,667
contact-form-7 1,750,273
elementor-pro 1,052,325
woocommerce 816,129
revslider 608,055
jetpack 454,225
js_composer 419,373
wp-rocket 341,815
essential-addons-for-elementor-lite 264,453
gravityforms 256,870
complianz-gdpr 256,729
google-site-kit 232,967
cookie-law-info 227,806
instagram-feed 224,470
sitepress-multilingual-cms 210,495
header-footer-elementor 206,489
google-analytics-for-wordpress 205,192
bluehost-wordpress-plugin 192,371
elementskit-lite 179,960
gutenberg 167,343
cookie-notice 148,595
litespeed-cache 144,715
gtranslate 124,691
wpforms-lite 123,527
the-events-calendar 122,123
astra-sites 113,022
popup-maker 109,488
woocommerce-payments 109,114
gutenberg-core 103,125
tablepress 102,364
honeypot 97,749
astra-addon 93,668
wp-smushit 90,688
duracelltomi-google-tag-manager 90,311
layerslider 89,063
all-in-one-seo-pack 88,922
bb-plugin 86,775
coblocks 86,696
akismet 84,883
premium-addons-for-elementor 84,279
cleantalk-spam-protect 82,400
ml-slider 82,295
mailchimp-for-wp 81,556
megamenu 80,162
woocommerce-gateway-stripe 79,291
jet-engine 77,969
fusion-builder 76,911
ewww-image-optimizer 76,797
wp-pagenavi 76,513
smart-slider-3 76,013

Top 50 Themes

Theme Count
hello-elementor 620,666
Divi 495,140
astra 413,550
flatsome 139,444
Avada 120,795
generatepress 114,669
oceanwp 80,251
kadence 78,565
pub 72,288
enfold 68,605
salient 65,030
twentyseventeen 54,263
bb-theme 53,343
betheme 52,434
twentytwentyfour 52,372
blocksy 50,764
cocoon-master 49,260
dt-the7 45,394
twentytwentyfive 45,020
woodmart 43,699
neve 38,029
Avada-Child-Theme 36,914
gox 36,304
h4 36,029
bridge 31,223
twentytwentyone 30,232
lightning 30,042
twentytwenty 28,737
swell 28,093
bricks 26,506
Impreza 26,020
Newspaper 24,226
twentytwentythree 22,108
epik-redesign 19,110
twentytwentytwo 18,755
uncode 18,456
pro 17,628
twentysixteen 17,587
sydney 16,328
storefront 16,300
Total 14,366
hello-theme-child-master 14,020
factory-templates-4 13,736
themify-ultra 12,930
extendable 12,681
hestia 12,550
yootheme 12,465
yith-wonder 12,081
porto 11,951
twentyfifteen 11,848