{"id":23333467,"url":"https://github.com/wtf-design/wp-ui-tweaks","last_synced_at":"2026-05-15T11:36:41.755Z","repository":{"id":269011004,"uuid":"852079729","full_name":"WTF-Design/wp-ui-tweaks","owner":"WTF-Design","description":"Quality of life tweaks for WordPress developers, a countepart to our concrete-ui-tweaks","archived":false,"fork":false,"pushed_at":"2025-04-02T08:36:34.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T09:33:45.159Z","etag":null,"topics":["userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WTF-Design.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T07:30:14.000Z","updated_at":"2025-04-02T08:36:38.000Z","dependencies_parsed_at":"2024-12-20T10:21:18.156Z","dependency_job_id":"d5024191-7dd7-4ee9-9ba3-3481e150432a","html_url":"https://github.com/WTF-Design/wp-ui-tweaks","commit_stats":null,"previous_names":["wtf-design/wp-ui-tweaks"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTF-Design%2Fwp-ui-tweaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTF-Design%2Fwp-ui-tweaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTF-Design%2Fwp-ui-tweaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WTF-Design%2Fwp-ui-tweaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WTF-Design","download_url":"https://codeload.github.com/WTF-Design/wp-ui-tweaks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648911,"owners_count":20972942,"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":["userscript"],"created_at":"2024-12-21T00:17:15.591Z","updated_at":"2026-05-15T11:36:41.750Z","avatar_url":"https://github.com/WTF-Design.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![WP](wp-wtf-gradient-optimized.svg) WTF WP UI Tweaks\nUser script for augmenting WordPress development and administration.\n\n## Requirements\n- A user script host extension in your web browser\n  - [Violentmonkey](https://violentmonkey.github.io/) is recommended\n\n## Installation\n- [Click here](https://github.com/WTF-Design/wordpress-ui-tweaks/raw/main/script.user.js) to install/update\n\n## Features\n- A login button for simple sites from simple developers\n\n## Changelog\n2.3.0\n- Supply dummy HTTP Basic Authentication header to avoid both the pop-up dialog\n  and maintaining an ever-growing site exclude-list.\n\n2.2.0\n- Move a bunch of supposed early returns to where they should be to reduce the\n  number of login page requests on decidedly non-wp sites.\n\n2.1.2\n- Disable running on bare IP HTTP URLs because the upgrade-insecure-requests meta\n  tag might interfere with router admin interfaces and such\n\n2.1.1\n- Only try run on HTML documents as not to generate errors on SVG etc.\n- Exclude thegeekstuff.com\n\n2.1.0\n- Exclude howtosolutions.net\n\n2.0.0\n- Added support for per-site custom WP login URL setting accessible as a\n  ViolentMonkey menu option just under the script itself. For cases where the\n  login is placed in a subdirectory or obfuscated by a custom URL or query\n  string. Uses [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)\n  so the URLs are naturally divided per protocol, domain and port and never\n  leave your browser.\n\n1.9.6\n- Consider the presence of Breakdance Builder as sign of logged-innes.\n\n1.9.5\n- Exclude tecadmin.net.\n\n1.9.4\n- Replaced `@include` list with an `@exclude` list. The rationale is omitting\n  `@include`s should have the same effect as the `@include *` we were using\n  previously and the newly introduced `@exclude` is meant to curtail any HTTP\n  Basic Authentication prompts on sites which have chosen to use that to\n  protect their login page\n\n1.9.3\n- Up those rookie numbers.\n\n1.9.2\n- Fix admin detection to look for #adminbar in addition to .wp-admin.\n\n1.9.1\n- Fix site detection to also look for href links into wp-content, not just src.\n\n1.9.0\n- Upgrade insecure requests to counteract /wp-admin redirects resulting in\n  script blockage from mixed active content loading\n\n1.8.0\n- Fix login symbol vertical alignment where affected by site styles.\n\n1.7.0\n- Improve login page detection by looking for `/wp-admin` instead of\n  `/wp-login.php`. On tested sites the former seems to redirect to actual login\n  page when it has been changed from the latter to something else\n- Improve performance by reordering early exit conditions and removing\n  unnecessary operations.\n\n1.6.1\n- Cleanup\n\n1.6.0\n- Finish animation cycle before pausing on mouseleave\n\n1.5.0\n- Animate login button on hover to give some user feedback\n\n1.4.0\n- Semantic versioning and improved logged-innes detection\n\n1.3.20240910\n- Supply in-house icon, disassociate from any official WP branding\n\n1.2.20240906\n- Don't run in iframes\n\n1.1.20240905\n- Switch to using a login icon instead of the WordPress one\n\n1.0.20240904\n- Initial release\n\n## Aknowledgements\nUses [Google Material Symbols](https://fonts.google.com/icons) under the [Apache License Version 2.0](Google-Material-Symbols-LICENSE.txt) modified for animation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtf-design%2Fwp-ui-tweaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtf-design%2Fwp-ui-tweaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtf-design%2Fwp-ui-tweaks/lists"}