<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>you should make it &lt;strong&gt;delete the div instead&lt;/strong&gt;:

&lt;pre&gt;
// ==UserScript==
// @name           Google Video Cleaner
// @namespace      http://userscripts.org/users/24068
// @description    Formats Google Video to look more like the rest of Google
// @include        http://video.google.com/?*
// @include        http://video.google.com/
// @include        http://video.google.com
// ==/UserScript==

//get all divs
const divs = document.getElementsByTagName('div');

//delete all but the first five
for(var i=4;i&amp;lt;divs.length;i++) divs[i].parentNode.removeChild(divs[i])
&lt;/pre&gt;</body>
  <body-html>&lt;p&gt;you should make it &lt;strong&gt;delete the div instead&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name           Google Video Cleaner
// @namespace      http://userscripts.org/users/24068
// @description    Formats Google Video to look more like the rest of Google
// @include        http://video.google.com/?*
// @include        http://video.google.com/
// @include        http://video.google.com
// ==/UserScript==

//get all divs
const divs = document.getElementsByTagName('div');

//delete all but the first five
for(var i=4;i&amp;lt;divs.length;i++) divs[i].parentNode.removeChild(divs[i])
&lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-10-09T18:58:25Z</created-at>
  <forumable-id type="integer">8523</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">39124</id>
  <topic-id type="integer">12956</topic-id>
  <updated-at type="datetime">2008-11-16T23:46:25Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">61251</user-id>
</post>
