Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				 boubalo5849yLol me too boubalo5849yLol me too
 But i eventually got a little browser extension that does it with one click though.
 
 It knocks off any sort of overlay , just dont click it more than once per page or it kinda buggers the DOM lol
- 
				
				@boubalo
 Hey I think a extension is kind of a overkill but why not it's fun making one. Can you tell me more about making extensions, how much time it takes and other good resources etc. I am front end developer BTW.
- 
				
				I do this with the Boston Globe. Their paywall can just be deleted from the dom.
- 
				
				 0tikurt6339yThe best part of being a dev: you can manipulate the DOM when a website doesn't behave well or as you expect #wk23 0tikurt6339yThe best part of being a dev: you can manipulate the DOM when a website doesn't behave well or as you expect #wk23
- 
				
				 navi6779ySome website use redirect. I manually slow the page load so I can stop it before the redirect. navi6779ySome website use redirect. I manually slow the page load so I can stop it before the redirect.
- 
				
				 rozzzly16689y@0tikurt not if they disable right click with javascript!!! In that case, there's nothing you can do, well nothing except for: rozzzly16689y@0tikurt not if they disable right click with javascript!!! In that case, there's nothing you can do, well nothing except for:
 
 [ ctrl ] + [ shift ] + [ i ]
 
 God do I love shitty DRM
- 
				
				 zshh38249yI've created plugins like this for news sites in my country. I wanted to publish it on GH but people told me not to because of legal stuff.. zshh38249yI've created plugins like this for news sites in my country. I wanted to publish it on GH but people told me not to because of legal stuff..
- 
				
				I do that all the time. I do that with Instagram when I just want to see an image and not have to log in.
- 
				
				@simeg Well if emulators are okay why not extensions right ? I don't think there will be a problem because of just a little extention and I didn't hear anyone getting sued for blocking annoying elements. You are acessing any non public data you are just changing the site into a more usable version privately. I think it would be under fair use.
- 
				
				I like using stylish for things like that. Though its very site specific you can't go wrong with it.
- 
				
				 u2055172119yIt's useful to change input type from password to text in case you want to see what you are typing. Or if you want to hack some accounts 😎 u2055172119yIt's useful to change input type from password to text in case you want to see what you are typing. Or if you want to hack some accounts 😎
Related Rants
- 
						
							 nuhaf26Teaching 7-8 year olds the basics of web design. We're we're playing with CSS and changing colours of block el... nuhaf26Teaching 7-8 year olds the basics of web design. We're we're playing with CSS and changing colours of block el...
- 
						
							 BrianValente33 BrianValente33 I'll start implementing this in my apps too. I'll start implementing this in my apps too.
- 
						
							 nmunro15How I've decided to answer the "can you hack" question from here on in... "Can you show me how to hack this a... nmunro15How I've decided to answer the "can you hack" question from here on in... "Can you show me how to hack this a...













Little Hack
It annoys me whenever I encounter a website like quora which hides the real content with a overlay and a pop up to sign in. Little do they know I just delete the overlay element from the Dom 😁😁.
Who else does this?
undefined
hack
tip
front end