Skip to content

Instantly share code, notes, and snippets.

@dan-turner
Last active October 7, 2015 22:08
Show Gist options
  • Save dan-turner/3232291 to your computer and use it in GitHub Desktop.
Save dan-turner/3232291 to your computer and use it in GitHub Desktop.
News.com.au Ad Remover - Greasemonkey Script
// ==UserScript==
// @name News.com.au Ad Remover
// @namespace #DanTurner
// @description For readers of News.com.au.
// @include http://www.news.com.au/*
// @version 1.0.2
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @homepage https://gist.github.com/dan-turner/3232291
// @updateURL https://gist.github.com/dan-turner/3232291/raw/News-Ad-Remover.user.js
// ==/UserScript==
$('.ad').remove();
@dan-turner
Copy link
Author

Already have Greasemonkey/Tampermonkey?

Script URL

Detailed Instructions

Firefox

  • Install Greasemonkey
  • Navigate to the Script URL to bring up the Greasemonkey Installation dialog
  • Choose "Install"

Chrome

  • Install Tampermonkey
  • Navigate to the Script URL to open the script in Tampermonkey
  • Choose 'OK' to install the script
  • Choose 'OK' to allow the script for the required domain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment