Skip to content

Aloisius/fake-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-news

Curated lists of fringe, opinion and pulitzer prize winning news sites as well as a reddit stylesheet to visually tag links to them appropriately.

If you have your own list which classify sites or sections of sites, please let me know so I can include it.

If there are any errors or a site is miscategorized, create an issue or a pull request.

Lists

There are currently 5 separate lists of 674 URLs and sites:

List Format

Lists are formatted with either "host/path", "host path" or just "host" on each line with support for simple prefix (^), suffix ($), substring on the hostname or path.

Comments begin with a hash (#).

Examples:

# Match anything to http://breitbart.com or any subdomain
# (e.g. http://www.breitbart.com)
breitbart.com$

# Match http://bigstory.ap.org/news/ exactly
^bigstory.ap.org/news/$
# or
^bigstory.ap.org$ ^/news/$

# Match any URL with the prefix of http://al.com/birmingham/
# (e.g. http://al.com/birmingham/ and http://al.com/birmingham/article/123
al.com/birmingham/
# or
al.com$ ^/birmingham/

# Match any URL containing /opinion/ in the path at nytimes.com or any subdomain
# (e.g. http://www.nytimes.com/pages/opinion/index.html)
nytimes.com$ /opinion/

To Use Reddit Stylesheet

Add the stylesheet by going to settings / appearance / stylesheet loader. Under loadStyleSheets, add a row with the following URL:

https://cdn.rawgit.com/Aloisius/fake-news/master/reddit/tweaks.css

You can install the following user style:

https://userstyles.org/styles/136035/reddit-fake-news-tagger

You can install this style:

http://stylebot.me/styles/15677

To rebuild the Reddit Stylesheet

$ cd reddit
$ ./go.sh

Usage

Public Domain Mark

This work is free of known copyright restrictions.

About

Lists of fake news sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published