Results 1 to 3 of 3
- 12-12-2012, 01:27 PM #1
Member
- Join Date
- Dec 2012
- Posts
- 3
- Rep Power
- 0
Please do not put video advertisements that run loud on page load
Please do not put video advertisements that run loud on page load.
When I search for a Java hint and my computer starts to shout out loud some advertisement through all the office (which is an open space), it makes me wanting to add your site to my personal blacklist. Just mute the video by default, or even better, save some bandwidth (and therefore some dolphins) and don’t make us download the entire video every time we click on a link of your forum, make the ads clickable!
For all Firefox users that – like me – are annoyed of hearing the same ads over and over again when surfing on java-forums, I share this little Greasemonkey script I wrote instead of smashing hysterically my monitor with my keyboard.
Java Code:// ==UserScript== // @name java-forums-advs // @namespace java-forums-advs // @include http://www.java-forums.org/* // ==/UserScript== var sidebar = document.getElementById("sidebar"); if (sidebar != null) { sidebar.parentNode.removeChild(sidebar); }
- 01-11-2013, 04:26 PM #2
Re: Please do not put video advertisements that run loud on page load
- 01-24-2013, 03:55 PM #3
Member
- Join Date
- Jan 2013
- Location
- Kolkata,India
- Posts
- 59
- Rep Power
- 0
Similar Threads
-
how to extract video from web page
By abhishektyagi789 in forum NetworkingReplies: 5Last Post: 03-10-2011, 09:29 AM -
embed the video in the html page by youtube api
By javastuden in forum Advanced JavaReplies: 6Last Post: 06-17-2010, 01:23 PM -
How to load collection to JSP Page ?
By tking88 in forum Advanced JavaReplies: 0Last Post: 03-08-2010, 03:09 PM -
Embed video on web page - Application to Applet
By ConvoyTh in forum Java AppletsReplies: 1Last Post: 11-27-2008, 07:05 AM -
load classes to jsp page
By ITMaster in forum New To JavaReplies: 6Last Post: 11-10-2008, 03:33 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks