How did 9gag make pictures uncopiable? [duplicate] - html

This question already has answers here:
How to disable right-click context-menu in JavaScript [duplicate]
(5 answers)
Closed 8 years ago.
So, I always just right-clicked and pressed "save picture" to save a post. But recently they changed something, and I couldn't do anything to a picture without opening source& What could have been changed?

You can disable right-click with javascript.
But in fact you cant stop people from copying.
as previously said, view source
disabled javascript
screenshot

Related

HTML How do I change my address bar icon? [duplicate]

This question already has answers here:
How to add a browser tab icon (favicon) for a website?
(13 answers)
Closed 5 years ago.
I was wondering what code do I use to change my address bar icon? I have my 16x16.png file ready. It is in the same folder as my home.html on my desktop.
Also for the folder being on my desktop, what do I use as the directory? I quite do not understand what to put.
You need .ico file normally named as "favicon.ico" and if the existing one is also have same name "favicon.ico" you can just upload and it should be done.

PhpStorm - remove browser icons [duplicate]

This question already has an answer here:
hide WebStorm toolbar showing browser icons
(1 answer)
Closed 5 years ago.
I try to edit the code behind the browser icons, but I can't because they are in the way.
Is there a way to remove them?
Go to File -> Settings -> Tools -> Web Browsers,
Un-check "Show browser popup in the editor" in the bottom.

Sublime Text: Clear Console [duplicate]

This question already has answers here:
How to clear console in sublime text editor
(3 answers)
Closed 6 years ago.
Is there a built in function that clears the console in sublime text? I found two posts in the sublime forum without any answers. The latest post was in 2013.
http://www.sublimetext.com/forum/viewtopic.php?f=4&t=8609&p=35587&hilit=clear+console#p35587
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=2356&p=48866&hilit=clear+console#p48866
You can't "clear" it in the traditional sense, but you can always use print('\n' * 50) which will generate 50 blank lines and have the same appearance as a cleared console.

How can i disable Skype icon from my page? [duplicate]

This question already has answers here:
How can I remove Skype phone number recognition?
(10 answers)
Closed 10 years ago.
How can i disable the Skype icon that appears next to my phone numbers that i posted in my page?
I saw that my question is duplicated but that answer don't work for me for some reason. I managed to disable the icon by puttin a html comment in it.
555-<!---->409.1115.

How to copy HTML and its associated CSS from any web page [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Tools to selectively copy html+css+js from existing sites
Is there any tool so you can select the HTML part you want to copy and then the tool bring you the CSS rules associated with that HTML.
Have u tired it with FireBug https://addons.mozilla.org/en-us/firefox/addon/firebug/ ??
https://getfirebug.com/