Context. Let $\Omega \subset \mathbb R^n$ denote an arbitrary non-empty open set and let $C_0^\infty(\Omega)$ denote the usual space of infinitely differentiable functions that have compact support in $\Omega$. We say that a sequence $(\varphi_j)_{j \in \mathbb N} \subset C_0 ^\infty(\Omega)$ converges to $\varphi \in C_0^\infty(\Omega)$ if there exists a compact set $K \subset \Omega$ such that
$$ \text{supp } \varphi_j \subset K, \text{ for all } j \in \mathbb N $$
and
$$ D^\alpha \varphi_j \to D^\alpha \varphi \text{ uniformly on } K \text{ as } j \to \infty, \text{ for all } \alpha \in \mathbb N_0^n. $$
Here, $D^\alpha$ stands for the usual differentiation operator (I shall not get into much details about this since I believe it won't be needed).
Question. Given a function $f \in L^1_{\operatorname{loc}}(\Omega)$ (the usual space of locally integrable functions), define the operator $T_f : C_0^\infty(\Omega) \to \mathbb C$ by
$$ \langle T_f, \varphi \rangle := \int_{\Omega} f(x) \, \varphi(x) \, dx. $$
Show that $T_f$ is continuous from $C_0^\infty(\Omega)$ to $\mathbb C$.
My attempt. Consider a sequence $(\varphi_j)_{j \in \mathbb N}$ that converges to $\varphi$ in $C_0^\infty(\Omega)$. Our goal is to show that the sequence $(\langle T_f, \varphi_j \rangle)_{j \in \mathbb N}$ converges to $\langle T_f, \varphi \rangle$ in $\mathbb C$. We begin by noting that, due to our hypothesis, there exists a compact set $K \subset \Omega$ such that $$ \text{supp } \varphi_j \subset K, \text{for all } j \in \mathbb N. $$ Therefore, it is clear that $\varphi_j(x) = 0$, for all $x \notin K$ and $j \in \mathbb N$. Hence, we have that
$$ \langle T_f, \varphi_j \rangle = \int_{\Omega} f(x) \varphi_j(x) \, dx = \int_K f(x) \varphi_j(x) \, dx = \int_\Omega f(x) \varphi_j(x) \chi_K(x) \, dx, $$ for all $j \in \mathbb N$. Now, since each $\varphi_j$ belongs to $C_0^\infty(\Omega)$, each $\varphi_j$ is also bounded, which allows us to define
$$ M = \sup_{\substack{x \in \Omega \\[.1cm] j \in \mathbb N}} |\varphi_j(x)| < \infty. $$
Therefore, it follows that
$$ |f(x) \varphi_j(x) \chi_K(x)| \leqslant M |f(x) \chi_K(x)|, \text{ for all } j \in \mathbb N \text{ and } x \in \Omega. $$
Noting that the latter function is integrable (in fact, f is locally integrable and $K$ is a compact set), this means that we can apply the Lebesgue Dominated Convergence Theorem. Doing so, it follows that
$$ \lim_{j \to \infty} \langle T_f, \varphi_j \rangle = \lim_{j \to \infty} \int_\Omega f(x) \varphi_j(x) \chi_K(x) \, dx = \int_K f(x) \lim_{j \to \infty} \varphi_j(x) \, dx. $$
Now, again using our hypothesis, we know that $(\varphi_j)_{j \in \mathbb N}$ converges uniformly to $\varphi$ on $K$, as $j \to \infty$. Therefore, it is clear that $(\varphi_j)_{j \in \mathbb N}$ also converges pointwise almost everywhere on $K$ to $\varphi$, as $j \to \infty$. Hence, resuming our previous reasoning, we have
$$ \lim_{j \to \infty} \langle T_f , \varphi_j \rangle = \int_K f(x) \lim_{j \to \infty} \varphi_j(x) \, dx = \int_K f(x) \varphi(x) \, dx. $$
This is almost what I want to reach, but I should now justify the equality
$$ \color{red}{\int_K f(x) \varphi(x) \, dx = \int_\Omega f(x) \varphi(x) \, dx,} $$
which is something I don't know how to do. Intuitively, this tells me that I should prove that the support of $\varphi$ is also contained in $K$ somehow, but I don't know how to reach this conclusion.
Thanks for any help in advance.