This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //This is an improved version of https://gist.github.com/akhilrex/532991ac60d33deae4b61cfb137a3152 | |
| // A lot of users were complaining that the original script does not stop and keeps going on page after page. This could cause older | |
| //machines to get slow and incur a lot of data consumption. So the new script now has paging in it. | |
| //You see the window.pg variable at the top of the script. That is all you need to be concerned about. That is the number of pages the | |
| //script will now go through. Usage of the script is the same as of the original one. | |
| window.pg = 3; | |
| window.interval = window.setInterval(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //This code will only work if you have Reddit Enhancement Suite installed on chrome and infinite scrolling is enabled | |
| //All you have to do is open the developer console while on /r/all (https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/shortcuts?hl=en) | |
| // and paste the code mentioned below and hit enter. The webpage will keep getting more content and remove the SFW content. | |
| // Why did I write this : Was bored. | |
| // As it is clear only NSFW content would remain on the screen so use this wisely (or not). | |
| window.setInterval(function(){$('.thing').each(function(){ | |
| if(!$(this).hasClass('over18')){ | |
| $(this).remove(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dear All, | |
| Today Green Apple Solutions turned three years old. At this occasion we would like to sincerely thank you for all the support, encouragement and opportunities that you have provided us.. | |
| We have grown by leaps and bounds in these past three years and all of it is attributed to your wishes, support and guidance that has always blessed us. We started as a Custom Software Development firm and have now grown and diversified into IT consulting, Online Marketing, Software and Product Development. We are now associated with a lot of major Indian and global brands, thanks to your help and references. | |
| We would like to thank you for being a part of this journey with us. You are awesome | |
| Thanks and Regards | |
| Green Apple Solutions Family |