Add all feeds searched by inoreader at oncesteemCreated with Sketch.

in inoreader •  7 years ago  (edited)
  1. Search keyword
  2. Click "Feeds" tag
    The url is similar with https://www.inoreader.com/discovery/search/emacs
  3. Scroll to the bottom of the page
  4. Run the program in browser's console
    (function () {
        var sources = document.getElementsByClassName('discover_feed_subscribe_button');
        for (var source = null, _js_idx9 = 0; _js_idx9 < sources.length; _js_idx9 += 1) {
            source = sources[_js_idx9];
            if (source.onclick) {
                source.click();
            };
        };
    })();
    
  5. Done
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!