Skip to content

Instantly share code, notes, and snippets.

@Semdevmaster
Created August 18, 2017 14:21
Show Gist options
  • Save Semdevmaster/8e2068d6f15469ec4b544bd9996309e9 to your computer and use it in GitHub Desktop.
Save Semdevmaster/8e2068d6f15469ec4b544bd9996309e9 to your computer and use it in GitHub Desktop.
Это обычный букмарклет для быстрого включения и выключения режима отладки
Включение отладки - javascript:(function(){location.href=location.href+"?debug=1&cache=1&add=1"})();
Выключение отладки - javascript:(function(){location.href=location.origin+location.pathname})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment