$\newcommand{\pars}[1]{\left( #1 \right)}$
If we know the multiplicity $m$, we solve ${\rm f}^{1/m}\pars{x} = 0$ instead of ${\rm f}\pars{x} = 0$. Newton-Rapson yields
$$
x_{n + 1}
=
x_{n}
-
{{\rm f}^{1/m}\pars{x_{n}}
\over
\pars{1/m}\,{\rm f}^{\pars{1/m} - 1}\pars{x_{n}}{\rm f}'\pars{x_{n}}}
\quad\Longrightarrow\quad
\color{#ff0000}{\large x_{n + 1}}
\color{#000000}{\large\ =\ }
\color{#ff0000}{\large x_{n}- m\,{{\rm f}\pars{x_{n}} \over {\rm f}'\pars{x_{n}}}}
$$
Notice the multiplicative factor $m$. It is faster than the original one
$
x_{n + 1}
=
x_{n}
-
{\rm f}\pars{x_{n}}/{\rm f}'\pars{x_{n}}
$.
$$
\begin{array}{rrclcrcl}
\mbox{Modified Newton-Rapson}:&
x_{n + 1} & = & x_{n} - 8\,{\pars{x_{n} - 1}^{8} \over 8\pars{x_{n} - 1}^{7}}
& \Longrightarrow &
\color{#ff0000}{\Large x_{n + 1}} & = & \color{#ff0000}{\Large 1}
\\
\mbox{Original Newton-Rapson}:&
x_{n + 1} & = &x_{n} - {\pars{x_{n} - 1}^{8} \over 8\pars{x_{n} - 1}^{7}}
& \Longrightarrow &
x_{n + 1} & = & {7x_{n} + 1 \over 8}
\end{array}
$$