Remove some URLs from Chrome autocomplete history

Sometimes misprint could lead to problems with your location bar autocomplete (it will suggest you wrong varian first). For example you accidentally visited gist.gihub.com (note the missing t), and now that URL auto completes each time you start typing gist.….

chrome history autocomplete remove

It’s really annoying.  How can we remove this URL? In case if we don’t want to remove everything, just exact URL.

I found really nice answer here. All you need – just select the URL and press [Shift] + [Delete]. (for Mac is [Fn] + [Shift] + [Delete]).

Оптимизируем AngularJS. Подробный разбор.

Вольный перевод статьи “Improving Angular web app performance example“. Трактат довольно фундаментальный. Большая часть методик оценки производительности подойдет для любого веб-приложения (не только AngularJS).

Состоит из следующих разделов:

Continue reading

JavaScript сниппеты в Chrome

Еще одна прекрасная вещь внезапно обнаруженная мной в Chrome – это возможность создания JavaScript сниппетов – кусочков кода, которые можно будет выполнить в любой момент на странице.

Continue reading