SETUP:
- On reddit.com, first page load will show settings page
- Fille in username and auth. username is username of synccit account. auth is device auth code from devices page on synccit.com
- (optional) Change api server if not using synccit.com (default is api.synccit.com/api.php)
- Save changes. This will reload the page
- To edit these settings later, click synccit link at bottom of a reddit page
synccit.user.js
Greasemonkey userscript for use with Chrome, Firefox, etc.
- It doesn't actually modify your browser history, just changes the color of the links.
- The number of comments that are counted as read are based what it says on the page when you click the link.
- If you're using RES, turning off new comment count is probably a good idea, otherwise you'll end up with 2 unread counts.
Switch to branch chrome-extension
for Chrome extension specific code
Switch to branch firefox-extension
for Firefox extension specific code
To use/make Chrome extension:
- synccit.user.js
- manifest.json
To use:
- From chrome://extensions, turn on developer mode
- Load unpacked extension, choosing this folder
To create .crx:
- From chrome://extensions, turn on developer mode
- Pack extension, choosing this folder
To make Firefox extension:
- Just used this: https://arantius.com/misc/greasemonkey/script-compiler.php
LICENSE:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.