--> 15 Best Bookmark-lets For Bloggers To Have a Great Browsing Experience! | Experience Lab - Online business creation and development guide for bloggers and startups

15 Best Bookmark-lets For Bloggers To Have a Great Browsing Experience!

Browsing is very popular these days. Everyone who has access to the internet uses some sort of browser. Every day, people are looking for ne...








Browsing is very popular these days. Everyone who has access to the internet uses some sort of browser. Every day, people are looking for new ways to improve their browsing experience. Before, browser developers had to provide new functionality with updates. Then, some developers sat together and started adding their own functionality to their browsers. Hence developed the concept of plugins, extensions and add-ons. Now though, there has emerged a new, simpler concept of bookmark-lets, which is growing in popularity. Using these tools, you can get all the functionality of plug-ins at your fingertips, and hence increase your browsing speed.





In this post, I will tell you what bookmark-lets are, how to use them, why use them, and then I will share some popular bookmark-lets that I use or have used.





What are bookmark-lets?



A bookmark-let, also knows as a favlet, is sort of a small applet that is stored as a URL of a bookmark in a web browser. This applet can provide as much functionality as a standard browser plugin provides. But most of the processing is not done on your computer, which means that bookmark-lets are less resource-intensive.





Just like plug-ins, bookmark-lets can also provide a wide range of functionality. From translating, to formatting a webpage for readability, there's little bookmark-lets can't do.




Installing bookmark-lets



Installing bookmark-lets is extremely easy. And I mean it! There's no downloading or installing required. Simply, click on the links that I have provided below in my list, hold down your mouse button, and drag-and-drop them in your bookmarks tab in your browser. That's all there is to it! For some favlets, you might have to sign-up with your email address and name. But that's pretty much it!



Following is a short tutorial on how to use bookmarklets. Although it just shows how to use the Capture Screenshot bookmarklet, the procedure is the same for most bookmarklets.




':"vimeo"===g.type&&(c=''),f.addClass("owl-video-playing"),this._playing=f,d=a('
'+c+"
"),e.after(d)},d.prototype.isInFullScreen=function(){var d=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return d&&a(d).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),d&&this._fullscreen&&this._playing?!1:this._fullscreen?(this._fullscreen=!1,!1):this._playing&&this._core.state.orientation!==b.orientation?(this._core.state.orientation=b.orientation,!1):!0},d.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=d}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){this.swapping="translated"==a.type},this),"translate.owl.carousel":a.proxy(function(){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c)),f&&e.addClass("animated owl-animated-in").addClass(f).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this.core=b,this.core.options=a.extend({},d.Defaults,this.core.options),this.handlers={"translated.owl.carousel refreshed.owl.carousel":a.proxy(function(){this.autoplay() },this),"play.owl.autoplay":a.proxy(function(a,b,c){this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};d.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},d.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(b.clearInterval(this.interval),this.interval=b.setInterval(a.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):b.clearInterval(this.interval)},d.prototype.play=function(){return c.hidden===!0||this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion?void 0:this.core.settings.autoplay===!1?void b.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},d.prototype.stop=function(){b.clearInterval(this.interval)},d.prototype.pause=function(){b.clearInterval(this.interval)},d.prototype.destroy=function(){var a,c;b.clearInterval(this.interval);for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=d}(window.Zepto||window.jQuery,window,document),function(a){"use strict";var b=function(c){this._core=c,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.push(a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.splice(b.position,0,a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":a.proxy(function(a){this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"change.owl.carousel":a.proxy(function(a){if("position"==a.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var b=this._core.current(),c=this._core.maximum(),d=this._core.minimum();a.data=a.property.value>c?b>=c?d:c:a.property.value").addClass(d.dotClass).append(a("")).prop("outerHTML")]),d.navContainer&&d.dotsContainer||(this._controls.$container=a("
").addClass(d.controlsClass).appendTo(this.$element)),this._controls.$indicators=d.dotsContainer?a(d.dotsContainer):a("
").hide().addClass(d.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",a.proxy(function(b){var c=a(b.target).parent().is(this._controls.$indicators)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(c,d.dotsSpeed)},this)),b=d.navContainer?a(d.navContainer):a("
").addClass(d.navContainerClass).prependTo(this._controls.$container),this._controls.$next=a("<"+d.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(d.navClass[0]).html(d.navText[0]).hide().prependTo(b).on("click",a.proxy(function(){this.prev(d.navSpeed)},this)),this._controls.$next.addClass(d.navClass[1]).html(d.navText[1]).hide().appendTo(b).on("click",a.proxy(function(){this.next(d.navSpeed)},this));for(c in this._overrides)this._core[c]=a.proxy(this[c],this)},b.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},b.prototype.update=function(){var a,b,c,d=this._core.settings,e=this._core.clones().length/2,f=e+this._core.items().length,g=d.center||d.autoWidth||d.dotData?1:d.dotsEach||d.items;if("page"!==d.slideBy&&(d.slideBy=Math.min(d.slideBy,d.items)),d.dots||"page"==d.slideBy)for(this._pages=[],a=e,b=0,c=0;f>a;a++)(b>=g||0===b)&&(this._pages.push({start:a-e,end:a-e+g-1}),b=0,++c),b+=this._core.mergers(this._core.relative(a))},b.prototype.draw=function(){var b,c,d="",e=this._core.settings,f=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!e.nav||e.loop||e.navRewind||(this._controls.$previous.toggleClass("disabled",0>=f),this._controls.$next.toggleClass("disabled",f>=this._core.maximum())),this._controls.$previous.toggle(e.nav),this._controls.$next.toggle(e.nav),e.dots){if(b=this._pages.length-this._controls.$indicators.children().length,e.dotData&&0!==b){for(c=0;c0?(d=new Array(b+1).join(this._templates[0]),this._controls.$indicators.append(d)):0>b&&this._controls.$indicators.children().slice(b).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(a.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(e.dots)},b.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotData?1:c.dotsEach||c.items)}},b.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,function(a){return a.start<=b&&a.end>=b}).pop()},b.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},b.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},b.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},b.prototype.to=function(b,c,d){var e;d?a.proxy(this._overrides.to,this._core)(b,c):(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c))},a.fn.owlCarousel.Constructor.Plugins.Navigation=b}(window.Zepto||window.jQuery,window,document),function(a,b){"use strict";var c=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(){"URLHash"==this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[c]=b.content},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(){var a=b.location.hash.substring(1),c=this._core.$stage.children(),d=this._hashes[a]&&c.index(this._hashes[a])||0;return a?void this._core.to(d,!1,!0):!1},this))};c.Defaults={URLhashListener:!1},c.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=c}(window.Zepto||window.jQuery,window,document); b='
';e='); background-image: -moz-linear-gradient(135deg';f='>

','##','penguin','putnam','cry','poop','upset','grumpy','heart','shark','devil','angel','glasses','kiki','squint','confused','confused_rev','robot','like','smile','big_smile','frown','tongue','grin','gasp','wink','sunglasses','unsure','kiss','pacman','colonthree','#HTML3','#HTML13','#HTML23','undefined','false','hide','no','0','array','object','string','/search/label/','?','#','/','html, body',"mouseup",'#039',"'",'"','"','>','>','<','<','&','&','','.','//','http',':','cookie','; expires=','; path=/',"=",'test','ok',";","","undefined",'youtube','youtu.be','/embed/','youtu.be/','/videos/','/v/','?v=','&v=','list=','vimeo','vimeo.com/','/video/','fa ','fa-',cz,'">','!','%21','(','%28',')','%29','\'','%27','~','%7E','body.item','/b/','body.archive','updated-min','/search?','q','body.index','body.static_page','body.error_page','html[dir="rtl"]','.item-control','.post-ads',':empty','.post-body','wide-right','script','iframe','visibility','visible','hidden','=','m=1',bd+'languageDirection',ak+'ype',ak+'itle',bd+'pageName',bd+'metaDescription',R+'Url',R+'ThumbnailUrl',bd+'title',bd+'url',bd+'homepageUrl',S+'HomepageUrl',S+'Url',aU+'abledCommentProfileImages',bd+'blogId','.post-id','data-id',bM+'title','data-comment_number',aU+'coding','#magone-labels',',','.post-label-data','data-href','/feeds','zx',aV+'feeds/','www.','http://','https://','.item-thumbnail','.special','special','.'+T,T,ad+'t','bottom','top','-','px','auto','.'+ad+'t','src','w','optimized','optimizing',bN+'g','.optimizing','','/s72-c/','youtube.com','/default.','/hqdefault.','load','.blogspot.com','.googleusercontent.com','x','h','-c','s','c','\u003cimg ','src\u003d\"','\"','src\u003d\'','data-thumbnail-src\u003d\"','youtube-nocookie.com/embed/',b5+'/','youtube.com/watch?v=','https://img.youtube.com/vi/','/hqdefault.jpg','feed','responseText','({"version":','}});','https://lorempixel.com/640/300/','blog-','.comments','category','title','subtitle','Anonymous',Z+'anon36.png','name','uri','gd$image',Z+'blank.gif','entry','post-','published','content','summary','...','comments','link','alternate','replies','related',b6+'/','media$thumbnail','standard',b5,'player.vimeo.com','dailymotion.com/embed','video','image','soundcloud.com/player','audio','thr$total',' ','thr$in-reply-to','/default/','/summary/',bL,'gd$extendedProperty','blogger.itemClass','blogger.displayTime','pid-','$','/fa-',''+aW+'count">',aW+'text">',aW+'button'+cI,'-bg bg rad2">',' ','image_list','html',D+'-','widget-content-','data-i','feed pending',bO+'-menu mobile">','#PageList1','
',a6,'data-icon','> a','"> ',a7,ay+'e'+q,'',a6+'-has-children > a','.expanded','collapsed','expanded','> .sub-menu',a_+'expand',a_+'collapse',cD,'menu-header-section','#PageList1 li','> ul','
',' ','#PageList1 div.'+cC,cD+' > li','data-enable_mega','true','menu-item-mega','.menu-item-type-label','data-slug',bE+'l','> .'+cC,'','menu-item-mega-link','#PageList1 li a','current','menu-item-current','menu pagelist main-menu no-title',' _____THIS_IS_TAG_HOLDER_____','_____ ',' _____THIS_IS_MEDIA_HOLDER_____',_+'youtube" width="640" height="360" src="https://www.youtube.com/embed/','rel=0','" frameborder="0"'+aA+'>',_+''+A+'m/video/',aB+''+aC+''+aD+'llscreen'+aA+'>','','','','',bM+'holder','
    ','.noNewComments','li.comment-','data-level','
  • ','img1.blogblog.com/img/blank.gif','commenter-avatar','','',br+'header">','','',bf+'oter">',y+'comment-reply-add" data-parentid="','">','Reply','',bf+''+bg+'-holder-','">
  • ','','ul.'+cE+'-',cF+'comments '+cE+'-','">','ul.main-comments','click','.'+ct+'d','data-parentid','#comment-editor','.comment-editor-src','data-src','&parentID=','.comment-form-wrapper','.comment-form-holder-','.'+bF+'l',ct+'d',bF+'l',aZ+''+ca+'>','Cancel reply',aZ+'close">','.comment-form-add-new','.comment-date','data-timestamp','showComment=','#c','item-control blog-admin ',"jsonp",bM+'default-pagination','-comment-counter','disqus','text/javascript','.disqus.com/count.js','HEAD','BODY','#comment-','fb_comment_id','facebook',b6+''+P,'&start-index=','#comments','-comments','active',cu+' .comments-title',bs,'.comments .comments-title',bs+' .comments-title','comments-title-tab',ae,cu,bh+'.','-comments-title',bh,'.active',ae+', .comments.active','data-target',cb+'img','always-before','always-after','selected-before','selected-after','[feature]','h1.post-title','',V+'wrapper">','div.separator[style!=""]','-before','.post .post-header','.post-feature-image-wrapper img','alt','.post-body img','style','margin-left','margin-right','float','.post-breadcrumb',k+'>','','Home',''+k+'>','.post-title','.post-body h2','strike','','.post-sub-title-wrapper','.post-body h3','

    ','

    ','.post-break-links','/posts/default/-/','?max-results=','&alt=json-in-script','
    ','[full_width]',t+'none!important;width:100%!important}#main-sidebar{display:none!important}','[sidebar_left]',t+''+u+''+bu+'>','[sidebar_right]',t+'left!important}#main-sidebar{float:right!important}','[post_ads]',an+'">
    ','[post_ads_2]',an+'-2">
    ','#ContactForm1',bT+''+bt,'br_tag',bQ+'r',cG,cG+'-2','middle','?id=','unlocked-','unlocked','referrer','&referrer=',aE,'https://facebook.com/','https://www.twitter.com/','https://twitter.com/','https://t.co/','//plus.url.google.com/','//plus.google.com/','mail.','magone-lock-start','magone-lock-end','[lock]','[/lock]',bT,ao+' white shad"> ','.post-page.active',a1+'.active',bR,'.post-page-',bR+'prev',bS,bR+'next',bS+'1',bS+'2','','[next]','.post-pagination',bT+'magone-next-page','post-page post-page-',cv+' '+cv+'-number '+cv+'-',' active','
    ','

    ','PAGES','

    ','','','View All','#post-page-full','.post-page','.'+cv,'data-max',a1,bR+'view-all','.'+cc,cb+'a','button',bT+'button','[style*="'+cw+'"]',cw,'[style*="font-size"]','font-size','[style*="color:"]',cx+'to'+ck+'>',bU+'pan','x-large','dropcap color firstcharacter',bU+'trike','span','dropcap-wrapper',bQ+'lockquote','
    ','
    ',bT+'code-box','pre-',ar+'div class="pre-header rel">','execCommand',s+'copy-all" data-id="','Copy All Code','
    ','getSelection','createTextRange',s+''+bw+'"','Select All Code',ar+'/div>','#pre-','.pre-header .select-all','.pre-header .copy-all','.'+cy,"Copy",'All codes were copied to your clipboard','success','Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy','error','
    ','ul','vtab','accordion','col','message','','','
    ',aJ+''+aK+''+aL+'itle-icon">','',bn+''+ag+'>','
    ','
    '+bx+'content">','" class="shortcode-listing shortcode-',cb+'ul','.shortcode-tab','.shortcode-vtab','.shortcode-accordion','head','