5 Cool Inspect Element Tips

Описание к видео 5 Cool Inspect Element Tips

Inspect element is an easy tool, to interact with the source code of any website. And in this video, we'll see 5 cool Inspect Element Hacks.

[Video Content]

Download anything with Inspect element
Reveal Hidden Passwords In Web Browsers
View 'locked' content on websites
How to Temporarily Edit Any Webpage
Update Websites with Inspect Element Console


[ Code for console]

To make any web page editable --
document.body.contentEditable = true

To make bulk find and replace on any website

document.getElementById('divID').innerHTML =
document.getElementById('divID').innerHTML.replace(/before/g, "after");

[Resource]

I use Audio from YouTube audio library.

Cold Funk - Funkorama by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/...)
Source: http://incompetech.com/music/royalty-...
Artist: http://incompetech.com/

[Contact Me]

You can reach me here

Website: http://receivetipstricks.com/
Facebook:   / receivetips  
Instagram:   / dxmrinal  
Twitter:   / receivetips  
Google plus: https://plus.google.com/u/0/111437874...

Комментарии

Информация по комментариям в разработке