Tag: javascript

delete favorites

How to Delete Your Twitter Favorites with JavaScript

Your Twitter Favorites are a privacy risk. Here's a simple JavaScript hack to delete your Twitter Favorites.

/ April 12, 2018
Parking Theme to Sell Your Domain Name

How to Park, List and Sell Your Domains

Here are some of the tools that I use to simplify automation of parking, listing and selling my Internet domain portfolio. You can see the results in action here: http://federal.ninja and domains for sale. 1. Parking Page: Use a parking...

/ October 3, 2013

Helping Iran with Javascript and the CIA with WordPress Installation

Just another average day on my blog: One of the reasons I like StatCounter.com vs. Analytics is that it reveals IP addresses.

/ March 6, 2013

Using Javascript to Keep Us Safe From Terrorists

Someone buy the Federal government a Safari Online Subscription before we get attacked again by terrorists. Apparently, the Department of Defense and Department of Homeland Security regularly make use of my blog for help with Javascript: I rest easier knowing...

/ February 27, 2013

Check if a Javascript Function Exists or Is Defined

It’s always frustrating when you get an error trying to call a function that hasn’t been defined but there’s an easy way  to prevent this. To check if a Javascript function exists before calling it, try this: if (typeof yourFunctionName...

/ January 26, 2013

How can I get query string values from URL in Javascript?

This is helpful – simple javascript code to get query string values from a URL: via Get Query String variables in JavaScript

/ June 26, 2006