News.YC Greasemonkey script to hide iPad articles
secure.grepular.com
News.YC Greasemonkey script to hide iPad articles
1–10 of 45 posts
A greasemonkey script to hide all of the annoying iPad articles when viewing news.ycombinator.com. You can modify the regular expression in the script to hide other articles as well if you know regex.
Re: News.YC Greasemonkey script to hide iPad articles
#2It's pretty easy to modify it to hide other types of articles too if you understand regex. At the moment it hides all articles with a title matching this:
/\bi-?pad\b/i
Re: News.YC Greasemonkey script to hide iPad articles
#3A magical and revolutionary script at an unbelievable price.
Re: News.YC Greasemonkey script to hide iPad articles
#4I guess I should thank you before I install the script.
Re: News.YC Greasemonkey script to hide iPad articles
#5Very cool. I changed it so that it ONLY shows iPad articles.
Re: News.YC Greasemonkey script to hide iPad articles
#6THANK YOU!
Re: News.YC Greasemonkey script to hide iPad articles
#7really, guys? In less than a week it'll be back to normal.
I don't understand why people are all "not in MY HACKER NEWS" - this is what people are talking about. In 3 days we'll be back to Clojure and Haskell and "rate my startup" and "I built using in ."
Re: News.YC Greasemonkey script to hide iPad articles
#8really, guys? In less than a week it'll be back to normal. I don't understand why people are all "not in MY HACKER NEWS" - this is what people are talking about. In 3 days we'll be back to Clojure and Haskell and "rate my startup" and "I built using in ."
3 days? I think even 3 months would be an optimistic claim.
Re: News.YC Greasemonkey script to hide iPad articles
#9It's pretty easy to modify it to hide other types of articles too if you understand regex. At the moment it hides all articles with a title matching this: /\bi-?pad\b/i
And if there's anyone here who doesn't know regex - go and learn regex. It will take 30 minutes max and the investment in time and brain space will pay off countless times.
Re: News.YC Greasemonkey script to hide iPad articles
#10Very cool. I changed it so that it ONLY shows iPad articles.
Was there any difference from the default hackernews view?