[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$feLRpki_rdMxgqjHNn2aGW4HpxOE8Z2E9JSb2BNLu_Q4":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"nilovelez","Nilo Velez","https:\u002F\u002Fprofiles.wordpress.org\u002Fnilovelez\u002F",3,7050,100,30,94,"2026-04-04T13:55:54.491Z",[14,38,55],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":9,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"machete","Machete","5.1","\u003Cp>Machete is a simple suite of tools that solves common WordPress annoyances using as few resources as possible. Machete doesn’t cover every single use case, but there is a huge amount of sites that would require less plugins if they used Machete.\u003C\u002Fp>\n\u003Cp>All Machete tools have two things in common: they solve problems faced by many web developers and they do it using as few server resources as possible.\u003C\u002Fp>\n\u003Cp>So far, Machete includes the following tools:\u003C\u002Fp>\n\u003Ch4>WordPress Optimization\u003C\u002Fh4>\n\u003Cp>WordPress places a lot of code inside the \u003Ccode>\u003Chead>\u003C\u002Fcode> tag just to keep backward compatibility or to enable optional features. You can disable most of it and save some time from each page request while making your installation safer.\u003C\u002Fp>\n\u003Ch4>Cookies & GDPR Warning\u003C\u002Fh4>\n\u003Cp>We know you hate cookie warning bars. Well, this is the least hateable cookie bar you’ll find. It is really light, doesn’t affect your PageSpeed score and plays well with static cache plugins.\u003C\u002Fp>\n\u003Ch4>Analytics and custom code\u003C\u002Fh4>\n\u003Cp>You don’t need a zillion plugins to perform easy tasks like inserting a verification meta tag (Google Search Console, Bing, Pinterest), a json-ld snippet or a custom stylesheet (Google Fonts, Print Styles, accessibility tweaks…).\u003C\u002Fp>\n\u003Cp>The Google Analytics and Google Tag Manager tracking codes are PageSpeed optimized, GPDR friendly.\u003C\u002Fp>\n\u003Ch4>Maintenance mode\u003C\u002Fh4>\n\u003Cp>The maintenance mode that ships with WordPress is just a basic lock-down that is activated whenever you do a major update. With machete Maintenance Mode you can hide your unfinished page from visitors and search engines, give your clients a secure temporary access and lock your site without affecting your SEO.\u003C\u002Fp>\n\u003Ch4>Post & Page cloner\u003C\u002Fh4>\n\u003Cp>Adds a “duplicate” link to post, page and most post types lists. Also adds “copy to new draft” function to the post editor.\u003C\u002Fp>\n\u003Ch4>Social Sharing Buttons\u003C\u002Fh4>\n\u003Cp>Social sharing done the Machete way. The icons are made as a custom webfont embedded in a minified CSS file that only weighs 5.8KB. The sharing actions use each platform’s native share URL.\u003C\u002Fp>\n\u003Ch4>WooCommerce Utils\u003C\u002Fh4>\n\u003Cp>WooCommerce was designed to work for every possible use case, but that often leads to unexpected behavior. These simple fixes can improve the WooCommerce user experience by making it behave as clients expect.\u003C\u002Fp>\n","Machete is a lean and simple suite of tools that solve common WordPress annoyances: cookie bar, tracking codes, header cleanup, social sharing",7000,83440,52,"2026-02-05T09:26:00.000Z","6.9.4","4.6","7.4",[28,29,30,31,32],"analytics","clone","cookies","maintenance","optimization","https:\u002F\u002Fmachetewp.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmachete.5.1.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":5,"author_profile":6,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":35,"num_ratings":35,"last_updated":46,"tested_up_to":47,"requires_at_least":25,"requires_php":48,"tags":49,"homepage":52,"download_link":53,"security_score":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":54},"system-fonts","System Fonts","0.6","\u003Cp>System Fonts enqueues a stylesheet that lets you use the native font on each operating system and defines a system-ui css @font-face that you can use on the customizer, your theme’s settings or your own code.\u003C\u002Fp>\n\u003Ch4>Usage example\u003C\u002Fh4>\n\u003Cp>The Twenty Seventeen theme uses this css selector for the body text:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>body, button, input, select, textarea {\n  font-family: \"Libre Franklin\", \"Helvetica Neue\", helvetica, arial, sans-serif;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>We are going to replace it with the default system font.\u003Cbr \u002F>\nIn you WordPress site, go to \u003Ccode>Appearance > Customize > Additional CSS\u003C\u002Fcode> and paste this code\u003C\u002Fp>\n\u003Cpre>\u003Ccode>body, button, input, select, textarea {\n  font-family: system-ui;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Appart from them font-family, there are other font-properties available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>font-style: normal or italic;\u003C\u002Fli>\n\u003Cli>font-weight: 300 (light), 400 (regular), 500 (medium), 700 (bold);\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For example this is the code make an element’s text semibold and cursive:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>#my-element {\n  font-family: system-ui;\n  font-weight: 500;\n  font-style: italic;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Enqueues a stylesheet that lets you use the native font on each operating system.",40,2879,"","6.7.5","5.6",[50,51],"front-end","typography","https:\u002F\u002Fwww.nilovelez.com\u002Fsystem-fonts\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsystem-fonts.zip","2026-03-15T10:48:56.248Z",{"slug":56,"name":57,"version":58,"author":5,"author_profile":6,"description":59,"short_description":60,"active_installs":61,"downloaded":62,"rating":9,"num_ratings":63,"last_updated":64,"tested_up_to":65,"requires_at_least":25,"requires_php":46,"tags":66,"homepage":46,"download_link":71,"security_score":9,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"quevedo","Quevedo","1.3","\u003Cp>Quevedo is a set of tools aimed at those authors, writers or bloggers who want to use WordPress for writing. It removes some unnecessary features for single-author sites and improves SEO, but without complications.\u003C\u002Fp>\n\u003Cp>WordPress was born as a small blogging tool. Over the years it has grown and now serves for many more things, but deep down there is still a lot of that little blogging tool. Quevedo helps you focus on what matters: writing.\u003C\u002Fp>\n\u003Ch4>WordPress features\u003C\u002Fh4>\n\u003Cp>Some minor tweaks to make WordPress a bit more appealing to bloggers and single-user site owners.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Disable post tags: Prevents duplicate content\u003C\u002Fli>\n\u003Cli>Disable post formats: Removes clutter from the post editor\u003C\u002Fli>\n\u003Cli>Disable author archives: Avoids SEO issues for single-author blogs\u003C\u002Fli>\n\u003Cli>Redirect attachment pages: Prevents thin content by redirecting to the parent post\u003C\u002Fli>\n\u003Cli>Simplify editor blocks: When editing a blog post, the available blocks are reduced to: paragraph, heading, list, image, quote, separator, code, preformatted\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Default post image\u003C\u002Fh4>\n\u003Cp>Select a default image for all your posts\u003C\u002Fp>\n\u003Ch4>Shortcodes\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[year]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Returns the current year in four-digit format. Very useful for copyright notices.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[lipsum words=\"200\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Returns a paragraph full of “Lorem ipsum” fill text. The optional attribute “words” defines the number of words, default is 200.\u003C\u002Fp>\n","Quevedo is a suite of tools for bloggers and content creators.",10,2107,2,"2025-05-05T11:27:00.000Z","6.8.5",[67,68,69,70],"blogging","content","seo","writing","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquevedo.1.3.zip"]