Skip to content

Instantly share code, notes, and snippets.

@dai-shi
Last active December 15, 2015 14:29
Show Gist options
  • Save dai-shi/5274427 to your computer and use it in GitHub Desktop.
Save dai-shi/5274427 to your computer and use it in GitHub Desktop.
初めの10件に絞り込むフィルター #rsspipes
function rssPipesFilterFunction(articles) {
return articles.slice(0, 10);
}
/*
* Copyright (c) 2013 Daishi Kato
* Licensed under the MIT License
* http://www.opensource.org/licenses/mit-license.php
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment