defaults write com.apple.desktopservices DSDontWriteNetworkStores true
使用 CSS Filter網頁變成黑白
source: https://free.com.tw/css-filter-grayscale/
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter: none;
}
WP建議插件
– Disable Json API, Login Lockdown, XMLRPC, Pingback, Stop User Enumeration – Anti Hacker Scan
– Two Factor Authentication
– REST XML-RPC Data Checker
– Disable XML-RPC
– Disable REST API
– Simple Cloudflare Turnstile – CAPTCHA Alternative
– WooCommerce Checkout Manager
– WooCommerce Shortcodes
– Woocommerce Catalog Enquiry
– WooCommerce Image Zoom
– Essential Addons for Elementor
– Royal Elementor Addons and Templates
– Popups – WordPress Popup
– WP Mail SMTP by WPForms
– Contact Form 7
– Contact Form 7 Honeypot
– Contact Form 7 Redirection
– Contact Form 7 Skins
– Polylang / – qTranslate X / – WP Mutlilang / – Translate Multilingual sites – TranslatePress
– Hyyan WooCommerce Polylang Integration
– Fruitful Shortcodes
– Awesome Filterable Portfolio
– Black Studio TinyMCE
– TinyMCE Advanced
– Useso take over Google
– Google Font Fix
– WP Lightbox 2
– Smart Slider 3
– Meta Slider
– Breadcrumb NavXT
– TemplatesNext ToolKit
– Google Analytics
– Google Authenticator
– Menu Image
– Simple Share Buttons
– WP Super Cache / – W3 Total Cache
– Locatoraid
– Use Any Font
– Custom Sidebars
– Carousel Slider
– Slider Video
– Responsive Menu //templatesnext 要hide .menu-toggle
– Live Forms – Visual Form Builder / – WPForms Lite / Pabbly Form Builder
– Compact WP Audio Player
– Clear Cache For Me
– Vertical Scroll Recent Post
– GDPR Cookie Consent
– HootKit
– WP-Optimize
– Content Control
延長Windows 11更新100年
Mobirise slider RWD顯示問題
- 將height的值改為 auto; 或者
- 加入以下css
.image_wrapper {
height: auto;
width: auto;
position: relative;
display: inline-block;
}
.image_wrapper img {
width: 100%;
height: auto;
}
