What type of logic would it be if we change the axiom
$$ \text{old} = \forall x(A(x) \to B) \to (\exists xA(x)\to B) $$
to the new rule
$$ \text{new} = \forall x(A(x) \to B) \to (\forall xA(x)\to B) $$
in the Hilbert proof system. Would it produce a system weaker, stronger, or equivalent to first-order logic (predicate logic)?
It would be weaker: $\forall x \ A(x)$ is stronger than $\exists x \ A(x)$, and thus $\forall x \ A(x)\to B$ is weaker than $\exists x \ A(x)\to B$: you're Strengthening the Antecedent, which makes the conditional weaker.
So, you have a weaker axiom, and thus a weaker system. Indeed, the new system is no longer complete. It cannot prove, for example, the very statement $\forall x \ A(x)\to B$