Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

LDR Ad-Entry Blocker

Block advertisement entries such as "AD: ...", "PR: ..." on LDR and fLDR.

Information

Latest version : 0.1.4 [2008-06-19]

Tested platform :
Firefox 3.0 + Greasemonkey 0.8.20080609.0
Opera 9.50 (Build:10063)

Supported readers : livedoor Reader, Fastladder

Support page : LDR Ad-Entry Blocker: Block offensive Ad-Entries!

Settings

Configurable items:
  • patterns - Array of RegExp. Blocker search these ads pattern in entry title.
  • style - Object. Blocker apply this style to the element of entry title.
  • interval - Number. The interval of crawling to find ad-entry.
  • skip - Boolean. skip ad-entry when press "j/k" if you set true.
/////////////// configurations ////////////////
var cfg = {
	// judgment patterns of entry title
	patterns: [/^[\s【]*(AD|PR|AD|PR)[\s】]*[::]/i],
	// advertisement entries style (apply this style to title link <a>)
	style: {
		color: '#aaa',
		fontSize: '12px'
	},
	// apply interval
	interval: 1000,
	// skip ad-entry
	skip: true
}
///////////////////////////////////////////////

Todo

  • please tell me your idea as comment ;)

Updates

  • [2007-11-05] 0.1.0 first version
  • [2007-11-20] 0.1.1 cleaned
  • [2007-12-07] 0.1.2 added option: skip ad-entry
  • [2008-02-01] 0.1.3 supported Opera
  • [2008-06-19] 0.1.4 supported fLDR





You could comment on this script if you were logged in.