Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtf-design/wp-ui-tweaks
Quality of life tweaks for WordPress developers, a countepart to our concrete-ui-tweaks
https://github.com/wtf-design/wp-ui-tweaks
userscript
Last synced: about 2 months ago
JSON representation
Quality of life tweaks for WordPress developers, a countepart to our concrete-ui-tweaks
- Host: GitHub
- URL: https://github.com/wtf-design/wp-ui-tweaks
- Owner: WTF-Design
- License: gpl-3.0
- Created: 2024-09-04T07:30:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:05:47.000Z (about 2 months ago)
- Last Synced: 2024-12-20T10:21:16.457Z (about 2 months ago)
- Topics: userscript
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![WP](wp-wtf-gradient-optimized.svg) WTF WP UI Tweaks
User script for augmenting WordPress development and administration.## Requirements
- A user script host extension in your web browser
- [Violentmonkey](https://violentmonkey.github.io/) is recommended## Installation
- [Click here](https://github.com/WTF-Design/wordpress-ui-tweaks/raw/main/script.user.js) to install/update## Features
- A login button for simple sites from simple developers## Changelog
1.9.3
- Up those rookie numbers.1.9.2
- Fix admin detection to look for #adminbar in addition to .wp-admin.1.9.1
- Fix site detection to also look for href links into wp-content, not just src.1.9.0
- Upgrade insecure requests to counteract /wp-admin redirects resulting in
script blockage from mixed active content loading1.8.0
- Fix login symbol vertical alignment where affected by site styles.1.7.0
- Improve login page detection by looking for `/wp-admin` instead of
`/wp-login.php`. On tested sites the former seems to redirect to actual login
page when it has been changed from the latter to something else
- Improve performance by reordering early exit conditions and removing
unnecessary operations.1.6.1
- Cleanup1.6.0
- Finish animation cycle before pausing on mouseleave1.5.0
- Animate login button on hover to give some user feedback1.4.0
- Semantic versioning and improved logged-innes detection1.3.20240910
- Supply in-house icon, disassociate from any official WP branding1.2.20240906
- Don't run in iframes1.1.20240905
- Switch to using a login icon instead of the WordPress one1.0.20240904
- Initial release## Aknowledgements
Uses [Google Material Symbols](https://fonts.google.com/icons) under the [Apache License Version 2.0](Google-Material-Symbols-LICENSE.txt) modified for animation.