Thirteen Years of Service
Posts: 3,169
Threads: 99
RE: Blocking View-Source: command 04-18-2014, 02:40 AM
#4
This is the dumbest request in web development.
The moment you start messing with the functionality of someones browser, you piss them off. And its useless to do so any ways. They can still save page as... go to the temp files, or download software that specifically scrapes HTML - if they really want your code.
All you're doing is pissing legitimate users off by disabling right-click - and just slowing down the people that want your code. What you're trying to do is utterly useless.
And why the fuck is your code so special any ways? Are you doing something that no one has ever done before?
•
Thirteen Years of Service
Posts: 3,169
Threads: 99
RE: Blocking View-Source: command 04-18-2014, 02:40 AM
#5
This is the dumbest request in web development.
The moment you start messing with the functionality of someones browser, you piss them off. And its useless to do so any ways. They can still save page as... go to the temp files, or download software that specifically scrapes HTML - if they really want your code.
All you're doing is pissing legitimate users off by disabling right-click - and just slowing down the people that want your code. What you're trying to do is utterly useless.
And why the fuck is your code so special any ways? Are you doing something that no one has ever done before?
•
Thirteen Years of Service
Posts: 3,169
Threads: 99
RE: Blocking View-Source: command 04-18-2014, 02:40 AM
#6
This is the dumbest request in web development.
The moment you start messing with the functionality of someones browser, you piss them off. And its useless to do so any ways. They can still save page as... go to the temp files, or download software that specifically scrapes HTML - if they really want your code.
All you're doing is pissing legitimate users off by disabling right-click - and just slowing down the people that want your code. What you're trying to do is utterly useless.
And why the fuck is your code so special any ways? Are you doing something that no one has ever done before?
•
Thirteen Years of Service
Posts: 529
Threads: 52
RE: Blocking View-Source: command 04-18-2014, 05:47 AM
#10
Yeh!! Blocking users from viewing the source code of your HTML is very tough. There are tons of ways to view it, and few to hide it (and users find the other way in to your source). I have spent days figuring out how to hide it, but in vain.
The farthest I went was when I converted the whole website to Flash, and it cost me dear as I had compromised with SEO that way. Still the source was not 100% hidden as someone would easily extract the source files from a .swf.
![[Image: MUJ8qSW.png]](http://i.imgur.com/MUJ8qSW.png)
-----------------------------------
Now learning:
Android Development, Java
Working on:
An FTP Client for Android
-----------------------------------
•