<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: phambalam312</title>
    <description>The latest articles on DEV Community by phambalam312 (@phambalam312).</description>
    <link>https://dev.to/phambalam312</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2070751%2F05f7c560-c62e-43a0-8a86-592bf50defec.png</url>
      <title>DEV Community: phambalam312</title>
      <link>https://dev.to/phambalam312</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/phambalam312"/>
    <language>en</language>
    <item>
      <title>xóa script</title>
      <dc:creator>phambalam312</dc:creator>
      <pubDate>Sat, 14 Sep 2024 02:00:37 +0000</pubDate>
      <link>https://dev.to/phambalam312/xoa-script-38pa</link>
      <guid>https://dev.to/phambalam312/xoa-script-38pa</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;tìm thẻ script&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;document.querySelectorAll('script');

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;blockquote&gt;
&lt;p&gt;xóa hết thẻ&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;scripts.forEach(script =&amp;gt; script.remove());
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
