<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>http://userscripts.org/forums/1/topics/2270
http://userstyles.org/styles/6863

&lt;pre&gt;
// ==UserScript==
// @name          Remove Chipmark Sidebar
// @namespace     http://userstyles.org
// @description   This script takes off the left Chipmark sidebar from the &quot;chipmark :: manage&quot; page https://www.chipmark.com/Manage
// @author        crash
// @homepage      http://userstyles.org/styles/6863
// @include       https://www.chipmark.com/Manage
// ==/UserScript==

var css = &quot;@namespace url(http://www.w3.org/1999/xhtml); td[style=\&quot;width: 200px;\&quot;] { display: none }&quot;;
if (typeof GM_addStyle != &quot;undefined&quot;) {
	GM_addStyle(css);
} else if (typeof addStyle != &quot;undefined&quot;) {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName(&quot;head&quot;);
	if (heads.length &gt; 0) {
		var node = document.createElement(&quot;style&quot;);
		node.type = &quot;text/css&quot;;
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node); 
	}
}&lt;/pre&gt;</body>
  <body-html>&lt;p&gt;&lt;a href=&quot;http://userscripts.org/forums/1/topics/2270&quot;&gt;http://userscripts.org/forums/1/topics/2270&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://userstyles.org/styles/6863&quot;&gt;http://userstyles.org/styles/6863&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name          Remove Chipmark Sidebar
// @namespace     http://userstyles.org
// @description   This script takes off the left Chipmark sidebar from the &quot;chipmark :: manage&quot; page https://www.chipmark.com/Manage
// @author        crash
// @homepage      http://userstyles.org/styles/6863
// @include       https://www.chipmark.com/Manage
// ==/UserScript==

var css = &quot;@namespace url(http://www.w3.org/1999/xhtml); td[style=\&quot;width: 200px;\&quot;] { display: none }&quot;;
if (typeof GM_addStyle != &quot;undefined&quot;) {
	GM_addStyle(css);
} else if (typeof addStyle != &quot;undefined&quot;) {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName(&quot;head&quot;);
	if (heads.length &gt; 0) {
		var node = document.createElement(&quot;style&quot;);
		node.type = &quot;text/css&quot;;
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node); 
	}
}&lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-05-02T09:45:55Z</created-at>
  <forumable-id type="integer">9359</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">46574</id>
  <topic-id type="integer">13810</topic-id>
  <updated-at type="datetime">2008-11-16T23:52:52Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">21222</user-id>
</post>
