{"id":15901202,"url":"https://github.com/BinaryMoon/wp-toolbelt","last_synced_at":"2025-10-18T04:31:14.028Z","repository":{"id":42038899,"uuid":"202981276","full_name":"BinaryMoon/wp-toolbelt","owner":"BinaryMoon","description":"A lightweight, multi-purpose, WordPress plugin with a focus on privacy and speed","archived":false,"fork":false,"pushed_at":"2023-03-04T04:32:26.000Z","size":3812,"stargazers_count":179,"open_issues_count":37,"forks_count":12,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-06T11:04:35.074Z","etag":null,"topics":["lightweight-plugin","privacy","wordpress","wordpress-plugin","wp-toolbelt"],"latest_commit_sha":null,"homepage":"https://prothemedesign.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinaryMoon.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-18T08:59:03.000Z","updated_at":"2024-10-03T22:42:57.000Z","dependencies_parsed_at":"2023-02-08T05:45:45.696Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMoon/wp-toolbelt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMoon%2Fwp-toolbelt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMoon%2Fwp-toolbelt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMoon%2Fwp-toolbelt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMoon%2Fwp-toolbelt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMoon","download_url":"https://codeload.github.com/BinaryMoon/wp-toolbelt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236903097,"owners_count":19222999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightweight-plugin","privacy","wordpress","wordpress-plugin","wp-toolbelt"],"created_at":"2024-10-06T11:01:58.625Z","updated_at":"2025-10-18T04:31:13.565Z","avatar_url":"https://github.com/BinaryMoon.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# WP Toolbelt\n\n[![Travis build process](https://travis-ci.com/BinaryMoon/wp-toolbelt.svg?branch=master)](https://travis-ci.com/github/BinaryMoon/wp-toolbelt)\n\nA lightweight plugin inspired by Jetpack but designed for privacy, speed, and accessibility.\n\n## Speed?\n\nI want it to be fast. I want to be able to enable any of the features and not have my Google Pagespeed score drop. To be fast it:\n\n* Doesn't use jQuery or any other javascript framework. All javascript is vanilla js, and minified.\n* Minifies all assets (JS and CSS)\n* Loads all assets inline. They are already small, and loading them directly on the page means there are no server requests.\n* Only loads things when they are needed. JS and CSS are only loaded for activated modules.\n* Options? There's only one for the database; an array that stores what modules are active.\n* Uses the minimum code possible. Minimum Javascript and PHP. Less code means more speed, and fewer bugs.\n* All modules are disabled by default. You only enable the ones you need.\n\n## Privacy? GDPR?\n\nTo ensure the plugin is as privacy focused as possible it:\n\n* Does not phone out. No data is shared with third parties.\n* Does not use standard social sharing javascripts (loaded from social networks servers).\n* Does not track your usage of the plugin.\n* Does not add generator comments, or secret comments to your site html.\n\n## Features\n\n* [Admin Interface Tweaks](https://github.com/BinaryMoon/wp-toolbelt/wiki/Admin-Tweaks) - Small CSS changes to make the interface nicer to use.\n* [Avatars](https://github.com/BinaryMoon/wp-toolbelt/wiki/Avatars) - Algorithmicly generated private avatars that are consistent across websites.\n* [Breadcrumbs](https://github.com/BinaryMoon/wp-toolbelt/wiki/Breadcrumbs)\n* [Contact Form](https://github.com/BinaryMoon/wp-toolbelt/wiki/Contact-Form) - Gutenberg compatible \u0026 private. Supports the spam blocker module.\n* [Cookie Banner](https://github.com/BinaryMoon/wp-toolbelt/wiki/Cookie-Banner)\n* [CSP Header](https://github.com/BinaryMoon/wp-toolbelt/wiki/CSP-Header)\n* [Disable Comment Urls](https://github.com/BinaryMoon/wp-toolbelt/wiki/Disable-Comment-Urls) - Removes comments urls from your site.\n* [Fast 404](https://github.com/BinaryMoon/wp-toolbelt/wiki/Fast-404) - Stops WordPress from loading the full 404 page for images and other content. Reduces server usage.\n* [Footnotes](https://github.com/BinaryMoon/wp-toolbelt/wiki/Footnotes)\n* [Get Image](https://github.com/BinaryMoon/wp-toolbelt/wiki/Get-Image) - Find a featured image for posts that do not have one assigned.\n* [Heading Anchors](https://github.com/BinaryMoon/wp-toolbelt/wiki/Heading-Anchor) - Add anchor names to headings so that they can be linked to.\n* [Iframe Privacy Shield](https://github.com/BinaryMoon/wp-toolbelt/wiki/Iframe-Privacy-Shield) - Remove iframes and add a clickable screen so that they load when the user wants to see them.\n* [Infinite Scroll](https://github.com/BinaryMoon/wp-toolbelt/wiki/Infinite-Scroll)\n* [Jetpack Dev Mode](https://github.com/BinaryMoon/wp-toolbelt/wiki/Jetpack-Dev-Mode) - Disable Jetpacks connection so that only local functions are enabled.\n* [Lazy Loading](https://github.com/BinaryMoon/wp-toolbelt/wiki/Lazy-Loading)\n* [Layout Grid](https://github.com/BinaryMoon/wp-toolbelt/wiki/Layout-Grid) - A nicer columns block.\n* [Markdown](https://github.com/BinaryMoon/wp-toolbelt/wiki/Markdown)\n* [Monetization](https://github.com/BinaryMoon/wp-toolbelt/wiki/Monetization) - Enable Coil Web Monetization.\n* [OEmbed](https://github.com/BinaryMoon/wp-toolbelt/wiki/OEmbed) - Add additional OEmbed providers.\n* [Optimization](https://github.com/BinaryMoon/wp-toolbelt/wiki/Optimization) - Remove WordPress features that are rarely used.\n* [Portfolio](https://github.com/BinaryMoon/wp-toolbelt/wiki/Portfolio) - Portfolio custom post type and blocks.\n* [Post Category](https://github.com/BinaryMoon/wp-toolbelt/wiki/Post-Category) - A post category block.\n* [Random Redirection](https://github.com/BinaryMoon/wp-toolbelt/wiki/Random-Redirect) - Randomly redirect to a blog post.\n* [Related Posts](https://github.com/BinaryMoon/wp-toolbelt/wiki/Related-Posts)\n* [Remove IP Addresses](https://github.com/BinaryMoon/wp-toolbelt/wiki/Remove-IP-Addresses) - Remove IP addresses from comments for user privacy (spam protection still works).\n* [Responsive Videos](https://github.com/BinaryMoon/wp-toolbelt/wiki/Responsive-Videos)\n* [Search Redirect](https://github.com/BinaryMoon/wp-toolbelt/wiki/Search-Redirect) - If there's a single search result redirect to it instead of displaying the restuls.\n* [Sitemap](https://github.com/BinaryMoon/wp-toolbelt/wiki/Simple-Sitemap) - Sitemap block.\n* [Slider](https://github.com/BinaryMoon/wp-toolbelt/wiki/Simple-Slider) - JavaScript free CSS slider block.\n* [Social Menu](https://github.com/BinaryMoon/wp-toolbelt/wiki/Social-Menu) - Replace social links with icons in navigation blocks.\n* [Spam Blocker](https://github.com/BinaryMoon/wp-toolbelt/wiki/Spam-Blocker) - Privacy focused spam blocker.\n* [Static Social Sharing](https://github.com/BinaryMoon/wp-toolbelt/wiki/Static-Social-Sharing) - Link to social sharing pages, and don't load social network content on your site.\n* [Stats](https://github.com/BinaryMoon/wp-toolbelt/wiki/Stats) - Enable privacy focused analytics providers like Fathom.\n* [Testimonials](https://github.com/BinaryMoon/wp-toolbelt/wiki/Testimonials) - Testimonials Custom post types and blocks.\n* [Tidy Notifications](https://github.com/BinaryMoon/wp-toolbelt/wiki/Tidy-Notifications) - Move plugin and theme notifications to a sidebar.\n* [Typographic Widows](https://github.com/BinaryMoon/wp-toolbelt/wiki/Typographic-Widows) - Remove widows in post titles.\n* [Widget Display](https://github.com/BinaryMoon/wp-toolbelt/wiki/Widget-Display) - Set rules for widget visibility.\n\n## Thanks!\n\nThis plugin is heavily inspired by the [Jetpack](https://github.com/automattic/jetpack) and [Machete](https://github.com/nilovelez/machete/) plugins. A lot of the modules use code from these plugins as starting points.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBinaryMoon%2Fwp-toolbelt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBinaryMoon%2Fwp-toolbelt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBinaryMoon%2Fwp-toolbelt/lists"}