Skip to content

Instantly share code, notes, and snippets.

@andysylvester
andysylvester / photos.opml
Created March 12, 2016 22:20
Test OPML subscription list for River5
<?xml version="1.0"?>
<opml version="2.0">
<head>
<title>photos</title>
<dateModified>Tue, 20 Oct 2015 03:43:00 GMT</dateModified>
<expansionState></expansionState>
<lastCursor>0</lastCursor>
</head>
<body>
<outline text=""/>
@andysylvester
andysylvester / River5CallbackTest.js
Created March 12, 2016 22:18
This is a user script for the River5 RSS aggregator
// Based on https://gist.github.com/scripting/1737c886c4f653758033
var now = new Date ();
if (localStorage.feeds === undefined) {
localStorage.feeds = new Object ();
}
if (localStorage.feeds [urlfeed] === undefined) {
localStorage.feeds [urlfeed] = {
ctAdds: 0,