If you use RipIt or Yarip firefox/chrome plugins it is even easier to remove the offending element (rightclick + remove) and you can remove it permanently so it never shows back up as long as you use the site, even on return visits. You can also use the adblock plugin to block the element for a similar result.
Beware though, once you start the practice of web-fu it wonât stop there. before you know it youâll be up to your elbows in greasemonky scripts and stylish css.
On Firefox the âNuke Anything Enhancedâ extension shortens this procedure a bit by putting a âRemove this objectâ entry on the context menu. Very helpful also are the entries âRemove selectionâ and âRemove everything elseâ. Thereâs also an âUndo last removeâ.
@doctorow This may have been true two years ago, but is hardly ever true any more.
The vast majority of websites behind paywalls do not download their content onto the client browser until you are verified. Therefore, no amount of web-fu will give you the content.
I was very pleased a couple of years ago when I realized I could just delete elements in order to see the article underneath. Now there is vary rarely any article âunderneathâ â usually there is just the first paragraph, and sometimes there isnât even that â just a fuzzy .png of a pretend article.
Try it, for example, on an Americaâs Test Kitchen recipe.
New York Times and others are the same (though harder to give a simple link to.)
Honestly, many web developers are dumb, but theyâre not that dumb.
Doesnât work on the majority of modern sites - certainly not The Times, FT, Telegraph, New Statesman
If you want to save time, you can make a âscrubberâ bookmarklet. Create a new bookmarklet with the string below as the link address. Clicking on it will turn your mouse into an eraser; clicking on any part of the page will remove that part. When youâre done, press a key to deactivate the eraser.
javascript:(function(){var%20kill=function(e){e.preventDefault();e.target.remove();},finish=function(e){e.preventDefault();document.body.removeEventListener(âclickâ,kill,true);document.body.removeEventListener(âkeypressâ,finish,true);};document.body.addEventListener(âclickâ,kill,true);document.body.addEventListener(âkeypressâ,finish,true);})();
How often is content available exclusively on one site? Maybe itâs better not to give page views and ad impressions to a site that uses these tactics. When I encounter this, I just click back to Google and find a site that gives it away for free.
I would add that I typically only encounter this when following links to news articles from Google news, so itâs easy to just back up and go somewhere else. Other people probably have different experiences.
Iâve noticed an annoying trend on web sites lately that is similar to this. On may sites now, when you first scroll the page youâll get a light box inviting you to subscribe to their mailing list, or like them on facebook, or anything else.
Generally, these lightboxes allow you to to exit out of them, but itâs still annoying to be constantly interrupted. The OPs same sentiment holds true for this trend: âIâm just coming across your site randomly, Iâll probably never be back here. If you notice that I keep coming back, then maybe consider inviting me to subscribe. Otherwise, just let me browse in peace.â
I see links to Quora in my Facebook feed occasionally. The signup âlightboxâ is quickly dispatched just by appending â?share=1â to the end of the URL.
Otherwise, I tend to bypass such boxes by delicately mashing the Escape key once the page seems to have loaded. (Real old-school!)
Iâm particularly interested in the last option. It would be great for the John Phillip Sousa tribute site Iâm planning. Any tips on implementation?
Thereâs journalistic life beyond Reuterâs and AP. The key to running a subscription based site is offering articles that are largely restricted to subscribers.
Om the other hand, if I couldnât share articles from nytimes Iâd probably stop my subscription. So there is a bit of tension.
My solution to these is to close the page and evaluate how badly I want to read the content that I havenât even seen yet. Especially the content created by people who would think anyone would like this kind of interaction.
If I still do, the same information is just a search away. Thereâs never only a single copy of anything on the Internet.
You need a Kinect for the stance, and a [live mic]((http://www.makeuseof.com/tag/find-a-song-title-just-by-humming-the-lyrics/) for the whistling. Beyond that, implementation is trivial and left as an exercise for the reader.
You seem to have a good idea. I tried a version where, as a security measure, the user had to mime the correct tuba finger-positions and embouchure for the same song; despite recent data-breaches it did not prove popular at the bank where I was employed. However, Iâm rolling the technology into a new game concept called March, March, Revolution which you might be interested in contributing to (itâs a succesor to my WWI infantry-themed game Tramp, Tramp Revolution [which is not to be confused with the execreble âsexy transient FPSâ Trampy-Tramp: Hobolution that I had no part with, despite what you may have read in the gutter press]).
In other news, I had one of these lightbox problems at a smaller paper, and I tried using a GreaseMonkey script⌠but since the elements were AJAXâd in, the script did not work. I could have extended it to check periodically (and quit after a certain number of tries), but then I discovered I could just block the elementsâ-server with AdBlock. Yaaaaay!
For sites like the WSJ and NYTimes, I grab the blocked articles URL and dump it into Google or Bing (DONâT JUDGE ME). Articles are served up from searc-engines unblocked. Hoorays!
Thereâs also the un-winable indie-game where you walk cross-country attempting to find the reclusive creator of Dragon Magazineâs Wormy - Trampier-Tramp (no solution).
Just FYI, Trampier died in March
As I said, itâs un-winnable. I did note his passing. It is petty of me, but I was sad weâd never see Wormy tied up.
Basically, you hike around growing a (longer) beard, eat cheetos while lugging 40 lbs of Dragon Magazines in your backpack hoping you can get them signed, and constantly having to stop to pick up your dice where theyâve tumbled into the grass or storm drain PLEASE G-DS NO NOT MY LUCKY D20!!!
Itâs played in real-time.
Thereâs also a chance youâll die of dysentery, too (some code adapted from Oregon Trail).
This topic was automatically closed after 5 days. New replies are no longer allowed.