<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 01:33:09 +0000</lastBuildDate>
    <item>
      <title>(jQuery) Kill/Remove/Hide a LeadPages ExitBox on a single page - mountainash</title>
      <link>https://snipplr.com/view/91672/killremovehide-a-leadpages-exitbox-on-a-single-page</link>
      <description>&lt;p&gt;Useful when using a template or Wordpress and the LeadPages code is called on every page and there is a single page you don't want the fancy exit marketing signup form to appear.&#13;
&#13;
The LeadBox external code has a boolean variable called 'safetyCheck' which is checked before displaying a pop-over. So long as it's FALSE it won't show.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:56:49 UTC</pubDate>
      <guid>https://snipplr.com/view/91672/killremovehide-a-leadpages-exitbox-on-a-single-page</guid>
    </item>
    <item>
      <title>(JavaScript) Die ClickDesk Die! - mountainash</title>
      <link>https://snipplr.com/view/74683/die-clickdesk-die</link>
      <description>&lt;p&gt;ClickDesk's website chat JavaScript API is very basic, it only allows for a few customisations, but no event control. And with a last of whitelist/blacklist URL restriction functionality on a large site their code is often in the template. I created the attached code to "hide" ClickDesk on a single URL.&lt;/p&gt;</description>
      <pubDate>Wed, 28 May 2014 00:31:00 UTC</pubDate>
      <guid>https://snipplr.com/view/74683/die-clickdesk-die</guid>
    </item>
    <item>
      <title>(JavaScript) Favlet: Clickatell SMS sender - mountainash</title>
      <link>https://snipplr.com/view/6706/favlet-clickatell-sms-sender</link>
      <description>&lt;p&gt;I made this simple JavaScript to save me time. I was sick of having to thumb-bash on a tiny keypad or login to the slow Clickatell site and use their clunky interface (nothing it simpler than 2 text boxes and an OK button).&#13;
&#13;
You will need an HTTP API POST account with Clickatell's Bulk SMS Gateway. I choose them as they are reliable and they are under half the price of most local providers (and they have simple, well documented APIs)&#13;
&#13;
This script is on 1 line intentionally. In your favourite browser create a new bookmark with this as the URL/address. Change the 'username', 'password' and 'api_id' values to your own. Then test it out. Easy.&#13;
&#13;
NOTE: It's not that pretty but you get sent to the API output on submission. If you get a session ID it all went OK, if not you will get an error with a simple explanation of what went wrong.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jun 2008 23:41:07 UTC</pubDate>
      <guid>https://snipplr.com/view/6706/favlet-clickatell-sms-sender</guid>
    </item>
    <item>
      <title>(JavaScript) relWindow - New window based on 'rel' attr - mountainash</title>
      <link>https://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr</link>
      <description>&lt;p&gt;Based on the linked SitePoint article but with options to limit the container (eg body copy) and set the target. Use '_blank' for a new window for each link. Also adds a class (based on the rel value) for styling. Call the 'relWindow' on window load.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Feb 2007 21:45:22 UTC</pubDate>
      <guid>https://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr</guid>
    </item>
    <item>
      <title>(SVN) Command shortform - mountainash</title>
      <link>https://snipplr.com/view/2162/command-shortform</link>
      <description>&lt;p&gt;This is just a collection of shortened SVN commands (may take a split-second of time less than normal)&lt;/p&gt;</description>
      <pubDate>Mon, 12 Feb 2007 16:16:04 UTC</pubDate>
      <guid>https://snipplr.com/view/2162/command-shortform</guid>
    </item>
    <item>
      <title>(JavaScript) Delayed redirect - mountainash</title>
      <link>https://snipplr.com/view/2032/delayed-redirect</link>
      <description>&lt;p&gt;Handy for after submitting a form or moving sites and wanting to tell users about the change. Just change the URL (can be absolute or relative) and the timeout. Shown here as 5 seconds.&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jan 2007 22:23:21 UTC</pubDate>
      <guid>https://snipplr.com/view/2032/delayed-redirect</guid>
    </item>
  </channel>
</rss>
