<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>I believe this section:

&lt;pre&gt;var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i);
if (permalinkId === null) {
	return;
}
else {
	permalinkId = permalinkId[1];
}
&lt;/pre&gt;

can be condensed to:
&lt;pre&gt;var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i)[1] ?? return;&lt;/pre&gt;</body>
  <body-html>&lt;p&gt;I believe this section:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i);
if (permalinkId === null) {
	return;
}
else {
	permalinkId = permalinkId[1];
}
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;can be condensed to:
&lt;br /&gt;&lt;pre&gt;var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i)[1] ?? return;&lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-09-20T03:08:07Z</created-at>
  <forumable-id type="integer">28954</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">26102</id>
  <topic-id type="integer">11055</topic-id>
  <updated-at type="datetime">2008-11-16T23:31:52Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">61251</user-id>
</post>
