at path:
ROOT
/
wp-content
/
plugins
/
optinmonster
/
views
/
jiggle-css.php
run:
R
W
Run
archie-loading.php
3.33 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
constantcontact.php
9.2 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
coupon-metabox.php
6.9 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
disable-warning-css.php
933 By
2025-11-20 19:51:54
R
W
Run
Delete
Rename
inline-campaign-shortcode-modal.php
1.27 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
install-plugin-form.php
1.31 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
jiggle-css.php
663 By
2025-11-20 19:51:54
R
W
Run
Delete
Rename
logo.svg
37.08 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
monsterlink-campaign-shortcode-modal.php
1.91 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
not-connected-buttons.php
495 By
2025-11-20 19:51:54
R
W
Run
Delete
Rename
plugin-banner.php
1.03 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
product-metabox.php
11.24 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
seedprod-settings-page.php
4.3 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
shortcode-modal-css.php
4.74 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
shortcode-modal.php
2.15 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
trustpulse-banner.php
1.29 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
trustpulse-settings-page.php
3.73 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
upgrade-link-css.php
507 By
2025-11-20 19:51:54
R
W
Run
Delete
Rename
woocommerce-marketing-card-css.php
1.65 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
woocommerce-marketing-card.php
1.13 KB
2025-11-20 19:51:54
R
W
Run
Delete
Rename
error_log
up
📄
jiggle-css.php
Save
<style type="text/css"> .om-notifications-count:not(.count-0) { animation-duration: 10s; animation-timing-function: ease-out; animation-delay: 3s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: both; animation-play-state: running; animation-name: omjiggle; } @keyframes omjiggle { <?php // these percentages cause the animation to occur for 1s, followed by 9s pause ?> 1%, 9% { transform: translate3d(-1px, 0, 0); } 2%, 8% { transform: translate3d(2px, 0, 0); } 3%, 5%, 7% { transform: translate3d(-3px, 0, 0); } 4%, 6% { transform: translate3d(3px, 0, 0); } } </style>