{"id":1024,"date":"2013-05-03T12:26:50","date_gmt":"2013-05-03T11:26:50","guid":{"rendered":"http:\/\/www.nathankowald.com\/blog\/?p=1024"},"modified":"2016-11-13T16:50:32","modified_gmt":"2016-11-13T16:50:32","slug":"bookmarklet-prevent-clicks-form-submissions-reloads-and-exits","status":"publish","type":"post","link":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/","title":{"rendered":"Bookmarklet: prevent clicks, form submissions, reloads and exits"},"content":{"rendered":"<p>I often mockup page changes using Chrome&#8217;s dev tools.<br \/>\nI&#8217;ll get a page just right, then later accidentally click a link or close the page and lose my changes.<\/p>\n<p><a href=\"http:\/\/www.nathankowald.com\/blog\/wp-content\/uploads\/2013\/05\/page-protect.png\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.nathankowald.com\/blog\/wp-content\/uploads\/2013\/05\/page-protect.png\" alt=\"page protect bookmarklet\" width=\"380\" height=\"175\" class=\"alignnone size-full wp-image-1063\" srcset=\"https:\/\/www.nathankowald.com\/blog\/wp-content\/uploads\/2013\/05\/page-protect.png 380w, https:\/\/www.nathankowald.com\/blog\/wp-content\/uploads\/2013\/05\/page-protect-300x138.png 300w\" sizes=\"auto, (max-width: 380px) 100vw, 380px\" \/><\/a><\/p>\n<p>This bookmarklet, once clicked will protect you from premature page exits.<br \/>\nIt disables link clicks, form submissions, page reloads and exits.<\/p>\n<p>Add it by going to this jsFiddle page, and dragging the green link to your bookmarks bar:<br \/>\n<a href=\"http:\/\/jsfiddle.net\/R7QKP\/\" style=\"font-size:2em; font-weight:normal; display:block; margin-top:8px;\">http:\/\/jsfiddle.net\/R7QKP<\/a><\/p>\n<p>Here&#8217;s the JavaScript:<\/p>\n<pre class=\"prettyprint lang-javascript\">\r\njavascript:window.onclick=function(){return false;},\r\nwindow.onsubmit=function(){return false;},\r\nwindow.onbeforeunload=function(){return 'Page Protection is enabled';};<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I often mockup page changes using Chrome&#8217;s dev tools. I&#8217;ll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[21,7],"tags":[],"class_list":["post-1024","post","type-post","status-publish","format-standard","hentry","category-bookmarklets","category-web-development"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I often mockup page changes using Chrome&#039;s dev tools. I&#039;ll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to\" \/>\n\t<meta name=\"robots\" content=\"noarchive, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Nathan Kowald\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Nathan&#039;s Blog | Web development and useful information\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"I often mockup page changes using Chrome&#039;s dev tools. I&#039;ll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-05-03T11:26:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-11-13T16:50:32+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I often mockup page changes using Chrome&#039;s dev tools. I&#039;ll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#article\",\"name\":\"Bookmarklet: prevent clicks, form submissions, reloads and exits \\u2014 Nathan's Blog\",\"headline\":\"Bookmarklet: prevent clicks, form submissions, reloads and exits\",\"author\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/author\\\/ozymandias\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/05\\\/page-protect.png\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#articleImage\",\"width\":380,\"height\":175,\"caption\":\"page protect bookmarklet\"},\"datePublished\":\"2013-05-03T12:26:50+09:30\",\"dateModified\":\"2016-11-13T16:50:32+10:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#webpage\"},\"articleSection\":\"Bookmarklets, Web Development\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/#listItem\",\"name\":\"Web Development\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/#listItem\",\"position\":2,\"name\":\"Web Development\",\"item\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/bookmarklets\\\/#listItem\",\"name\":\"Bookmarklets\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/bookmarklets\\\/#listItem\",\"position\":3,\"name\":\"Bookmarklets\",\"item\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/bookmarklets\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#listItem\",\"name\":\"Bookmarklet: prevent clicks, form submissions, reloads and exits\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/#listItem\",\"name\":\"Web Development\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#listItem\",\"position\":4,\"name\":\"Bookmarklet: prevent clicks, form submissions, reloads and exits\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/category\\\/web-development\\\/bookmarklets\\\/#listItem\",\"name\":\"Bookmarklets\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/#person\",\"name\":\"Nathan Kowald\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/854acd146177108a75d95bc5fe67d244ccd1cd444eb62abe806923d3113f4319?s=96&d=mm&r=pg\",\"width\":96,\"height\":96,\"caption\":\"Nathan Kowald\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/author\\\/ozymandias\\\/#author\",\"url\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/author\\\/ozymandias\\\/\",\"name\":\"Nathan Kowald\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/854acd146177108a75d95bc5fe67d244ccd1cd444eb62abe806923d3113f4319?s=96&d=mm&r=pg\",\"width\":96,\"height\":96,\"caption\":\"Nathan Kowald\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#webpage\",\"url\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/\",\"name\":\"Bookmarklet: prevent clicks, form submissions, reloads and exits \\u2014 Nathan's Blog\",\"description\":\"I often mockup page changes using Chrome's dev tools. I'll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/2013\\\/05\\\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/author\\\/ozymandias\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/author\\\/ozymandias\\\/#author\"},\"datePublished\":\"2013-05-03T12:26:50+09:30\",\"dateModified\":\"2016-11-13T16:50:32+10:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/\",\"name\":\"Nathan's Blog\",\"description\":\"Web development and useful information\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nathankowald.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan's Blog","description":"I often mockup page changes using Chrome's dev tools. I'll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to","canonical_url":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/","robots":"noarchive, max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#article","name":"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan's Blog","headline":"Bookmarklet: prevent clicks, form submissions, reloads and exits","author":{"@id":"https:\/\/www.nathankowald.com\/blog\/author\/ozymandias\/#author"},"publisher":{"@id":"https:\/\/www.nathankowald.com\/blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.nathankowald.com\/blog\/wp-content\/uploads\/2013\/05\/page-protect.png","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#articleImage","width":380,"height":175,"caption":"page protect bookmarklet"},"datePublished":"2013-05-03T12:26:50+09:30","dateModified":"2016-11-13T16:50:32+10:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#webpage"},"isPartOf":{"@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#webpage"},"articleSection":"Bookmarklets, Web Development"},{"@type":"BreadcrumbList","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.nathankowald.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/#listItem","name":"Web Development"}},{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/#listItem","position":2,"name":"Web Development","item":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/#listItem","name":"Bookmarklets"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/#listItem","position":3,"name":"Bookmarklets","item":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#listItem","name":"Bookmarklet: prevent clicks, form submissions, reloads and exits"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/#listItem","name":"Web Development"}},{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#listItem","position":4,"name":"Bookmarklet: prevent clicks, form submissions, reloads and exits","previousItem":{"@type":"ListItem","@id":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/#listItem","name":"Bookmarklets"}}]},{"@type":"Person","@id":"https:\/\/www.nathankowald.com\/blog\/#person","name":"Nathan Kowald","image":{"@type":"ImageObject","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/854acd146177108a75d95bc5fe67d244ccd1cd444eb62abe806923d3113f4319?s=96&d=mm&r=pg","width":96,"height":96,"caption":"Nathan Kowald"}},{"@type":"Person","@id":"https:\/\/www.nathankowald.com\/blog\/author\/ozymandias\/#author","url":"https:\/\/www.nathankowald.com\/blog\/author\/ozymandias\/","name":"Nathan Kowald","image":{"@type":"ImageObject","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/854acd146177108a75d95bc5fe67d244ccd1cd444eb62abe806923d3113f4319?s=96&d=mm&r=pg","width":96,"height":96,"caption":"Nathan Kowald"}},{"@type":"WebPage","@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#webpage","url":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/","name":"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan's Blog","description":"I often mockup page changes using Chrome's dev tools. I'll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.nathankowald.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/#breadcrumblist"},"author":{"@id":"https:\/\/www.nathankowald.com\/blog\/author\/ozymandias\/#author"},"creator":{"@id":"https:\/\/www.nathankowald.com\/blog\/author\/ozymandias\/#author"},"datePublished":"2013-05-03T12:26:50+09:30","dateModified":"2016-11-13T16:50:32+10:30"},{"@type":"WebSite","@id":"https:\/\/www.nathankowald.com\/blog\/#website","url":"https:\/\/www.nathankowald.com\/blog\/","name":"Nathan's Blog","description":"Web development and useful information","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.nathankowald.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Nathan's Blog | Web development and useful information","og:type":"article","og:title":"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan's Blog","og:description":"I often mockup page changes using Chrome's dev tools. I'll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to","og:url":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/","article:published_time":"2013-05-03T11:26:50+00:00","article:modified_time":"2016-11-13T16:50:32+00:00","twitter:card":"summary","twitter:title":"Bookmarklet: prevent clicks, form submissions, reloads and exits \u2014 Nathan's Blog","twitter:description":"I often mockup page changes using Chrome's dev tools. I'll get a page just right, then later accidentally click a link or close the page and lose my changes. This bookmarklet, once clicked will protect you from premature page exits. It disables link clicks, form submissions, page reloads and exits. Add it by going to"},"aioseo_meta_data":{"post_id":"1024","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-20 21:50:51","updated":"2025-09-13 06:09:41","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.nathankowald.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/\" title=\"Web Development\">Web Development<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/\" title=\"Bookmarklets\">Bookmarklets<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBookmarklet: prevent clicks, form submissions, reloads and exits\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.nathankowald.com\/blog"},{"label":"Web Development","link":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/"},{"label":"Bookmarklets","link":"https:\/\/www.nathankowald.com\/blog\/category\/web-development\/bookmarklets\/"},{"label":"Bookmarklet: prevent clicks, form submissions, reloads and exits","link":"https:\/\/www.nathankowald.com\/blog\/2013\/05\/bookmarklet-prevent-clicks-form-submissions-reloads-and-exits\/"}],"_links":{"self":[{"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/posts\/1024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/comments?post=1024"}],"version-history":[{"count":59,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/posts\/1024\/revisions"}],"predecessor-version":[{"id":1767,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/posts\/1024\/revisions\/1767"}],"wp:attachment":[{"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/media?parent=1024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/categories?post=1024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nathankowald.com\/blog\/wp-json\/wp\/v2\/tags?post=1024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}