Created
April 8, 2015 12:32
-
-
Save Iverson/7b8ab66bc70e0668a2da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Вариант 1: | |
- Зайдите на my.1dmp.io набрав адрес в строке браузера. | |
- Откройте консоль разработчика (в Chrome - ctrl+shift+J (Win), cmd+alt+J (MacOS); в Safari - ctrl+shift+I (Win), cmd+alt+I (MacOS); в FireFox - ctrl+shift+I (Win), cmd+alt+I (MacOS); Internet Explorer - F12 или выбрать в меню Developer Tools.) | |
- Во вкладке "Консоль" выполните команду: history.pushState({}, '', '/') | |
- Обновите страницу ctrl+R (Win) / cmd+R (MacOS) | |
Вариант 2: | |
Очистите историю в браузере для домена my.1dmp.io. Инструкции для разных браузеров: | |
Chrome - http://superuser.com/questions/721692/google-chrome-clear-cache-for-specific-website/722548#722548 | |
Safari - http://osxdaily.com/2014/11/28/clear-recent-web-history-safari-mac-os-x/ | |
Firefox - http://www.firefoxfacts.com/2010/03/17/clear-firefoxs-history-for-a-single-site/ | |
IE - http://www.thewindowsclub.com/delete-internet-cache-particular-website |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment