This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Center Align All Inputs in All Forms (Universal) | |
// @namespace https://wpnaji.ir | |
// @version 2.0 | |
// @description Center-align all text-like inputs in all forms on all websites, with high-priority override using inline !important styles. | |
// @author Mohammad Yamini | |
// @supportURL https://t.me/MohammadYamini | |
// @match *://*/* | |
// @grant none | |
// @updateURL https://gist.github.com/mohammad021/57237d5f2358272fd60f7246365f9ad1/raw/dff0559d0c432a454802ed3589a619712ca26276/Center-Align-All-Inputs-in-All-Forms-(Universal).js |