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_blockfilter 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
);
}
);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| m*l*o*f*o*.jp | F | 2026-05-02 19:35:19 | |
| c*a*b*-*h*r*.jp | F | 2026-05-02 19:35:17 | |
| m*s*i*a.c*.jp (WP 6.9.4) | F | 2026-05-02 19:26:29 | |
| m*f*o*r.com | A | 2026-05-02 19:25:29 | |
| p*s*e*e*l*2*2*.com | F | 2026-05-02 19:10:04 | |
| s*r*t*h*k*.salon | F | 2026-05-02 19:05:03 | |
| m*m*.com (WP 6.9.4) | F | 2026-05-02 18:56:29 | |
| s*i*a*a*.com (WP 6.9.1) | F | 2026-05-02 18:45:58 | |
| s*n*h*-*a*t*.com (WP 6.9.4) | F | 2026-05-02 18:43:41 | |
| s*n*u*s*u*a*.com (WP 6.9.4) | F | 2026-05-02 18:34:23 | |
| m*n*h*.yokohama | F | 2026-05-02 18:29:59 | |
| k*m*n*-*i*a*o*a.jp | F | 2026-05-02 18:18:52 | |
| n*g*o*p*g*o*a*.com | D | 2026-05-02 18:06:28 | |
| i*a*a*o*m*t*n.com | F | 2026-05-02 17:45:46 | |
| m*s*k*z*i.com (WP 6.8.5) | F | 2026-05-02 17:38:48 | |
| f*d*m*z*.com (WP 6.9.4) | F | 2026-05-02 17:30:55 | |
| m*o*z*m*.com (WP 6.9.4) | F | 2026-05-02 17:23:38 | |
| m*o*o.com (WP 6.9.4) | F | 2026-05-02 17:23:37 | |
| o*o*i*h*s*.jp | F | 2026-05-02 17:09:52 | |
| m*k*s*a.com (WP 6.9.4) | F | 2026-05-02 17:03:12 | |
| m*e*s*i*n*e.com | F | 2026-05-02 16:32:47 | |
| u*h*m*r*.biz (WP 6.9.4) | F | 2026-05-02 16:23:03 | |
| h*n*t*y*.design | F | 2026-05-02 16:09:35 | |
| g*a*-*o*l*d.com (WP 5.5.18) | F | 2026-05-02 15:44:50 | |
| j*e*-*.com (WP 6.5.8) | F | 2026-05-02 15:21:07 | |
| p*a*e*.space | F | 2026-05-02 15:10:03 | |
| u*t*w*p*a*.c*m.tw | F | 2026-05-02 15:10:03 | |
| d*l*u*d*n*a*.com | A | 2026-05-02 14:50:15 | |
| d*s*i*.jp (WP 6.9.4) | F | 2026-05-02 14:49:41 | |
| s*m*r*i*t*u*i*g.com | F | 2026-05-02 14:31:48 | |
| i*i*g*r*h*d*n*i*s.com | A | 2026-05-02 14:17:21 | |
| f*m*y*n*.com (WP 6.0.11) | F | 2026-05-02 13:32:15 | |
| u*f*l.c*.jp (WP 6.9.4) | F | 2026-05-02 13:30:54 | |
| s*n*l.jp | D | 2026-05-02 13:26:27 | |
| t*i*o*s*-*.com (WP 6.9.4) | F | 2026-05-02 13:22:01 | |
| c*s*d*l*o*.jp | F | 2026-05-02 12:52:05 | |
| g*d*a*d*.c*.jp (WP 6.6.5) | F | 2026-05-02 12:22:17 | |
| m*-*n*.tours (WP 6.4.3) | F | 2026-05-02 12:19:01 | |
| f*u*t*-*y*n*o.com | F | 2026-05-02 11:57:06 | |
| a*d*s*g*t.com (WP 6.9.4) | F | 2026-05-02 11:43:28 | |
| s*l*e*-*i*r*r*.com | F | 2026-05-02 11:37:46 | |
| m*t*o*m*g.com (WP 6.0.1) | F | 2026-05-02 11:34:59 | |
| s*m*a*a*u*s*w*.com (WP 6.7.1) | F | 2026-05-02 11:22:50 | |
| i*-*r*i*.com (WP 6.4.3) | F | 2026-05-02 11:15:06 | |
| k*t*n*s*i*u.net | F | 2026-04-25 21:20:08 | |
| b*l*.c*.jp (WP 6.6.5) | F | 2026-04-24 18:52:07 | |
| o*t*.jp | D | 2026-04-22 14:05:24 |
« Prev
Page 48 of 48