2008-03-20

Project: Google Reader autoscroll

Description

Autoscroll. Translate original page in GR window. View and mark items as read by means of a mouse wheel. View original page in GR window. Open original page in new tab by middle click in list view. Real fullscreen mode. Scan to first read/unread/starred item. Memory cleaner.

Does the interface of Google Reader slightly more conveniently. The current version works only with browser Mozilla Firefox and Greasemonkey.

Shortcuts

<Shift> + 7:show help
./, or wheel down/up:item scan down/up with mark as read
<Shift> + ./,:next/previous item with mark as read
z:toggle autoscroll
<Shift> + z:scan/expand mode for mouse wheel
;:expand/open original page in GR/collapse item
<Shift> + ;:open original page in new tab
<Ctrl> + ;:translate original page
<Shift> + <F11> or <F11>:toggle real full screen mode
<Shift> + 1/2:show new/all items
<Shift> + i:scan for first read/unread/starred item
<Shift> + m:toggle memory cleaner
<Shift> + l:toggle hi-speed connection mode
<Ctrl> + <Shift> + ;:toggle popup mode
<Ctrl> + x:copy URL to clipboard

Tips

In list view use middle mouse button on subject, original page will open in new tab.

Change log / Demo

Version 0.913 changes:

+ Autoscroll;
+ View and mark items as read by means of a mouse wheel;
+ View original page in GR window (preview);
+ Open original page in new tab by middle click in list view;
+ Real fullscreen mode;
+ Scan to first read/unread/starred item;
+ Memory cleaner;
+ Toggle new/all items keyboard shortcuts.

Show video


Version 0.931 changes:

+ Google Translate integrated;
+ Popup mode for additional display (don't foget disable popup blocker for GR);
+ Copy current entry URL to clipboard shortcut.

Version 0.933 changes:

+ Source icon instead of a star;
+ Source title colorizing.



Feedback and Suggestions

Leave your comment in project page.

Installation

Show installation video


Install this script


Project Details

Name: Google Reader autoscroll
Verson: 0.935 (2008-04-20) (temporary not working)
Developers: 1
Development Status: 4 - Beta
Intended Audience: End Users/Desktop
License: Artistic License
Operating System: OS Independent (Written in an interpreted language)
Programming Language: JavaScript

Download: 24344.user.js (userscripts.org)

2008-03-07

TrueCrypt 5.0a под FreeBSD 6.3

Интересна была реализация графического интерфейса TrueCrypt 5.0 под Unix системы, но т.к. нет официально распространяемых дистрибутивов под FreeBSD, и этот проект не содержится в системе портов, то скомпилировать пришлось из исходных кодов.

1. По умолчанию в FreeBSD не используется GNU Make (вместо make надо набирать gmake), поэтому необходимо сделать некоторые изменения в Makefile, заодно рекомендуют изменить FatalErrorHandler.h

diff for Makefile: 

        61,62d60 
        < MAKE=gmake 
        < 
        206c204 
        <       cd $(WX_BUILD_DIR) && gmake 
        --- 
        >       cd $(WX_BUILD_DIR) && make 

diff for Main/FatalErrorHandler.h 

        13d12 
        < #include "/usr/src/sys/sys/ucontext.h"
2. Из-за графического интерфейса, который требует исходников wxWidgets, не сразу получилось, т.к. использовал версию wxWidgets-2.8.7. С wxGTK-2.8.5 которую взял из временных файлов, оставшихся после сборки порта x11-tollkits/wxgtk28 все удачно скомпилировалось.

И хоть я уже привык к CLI, графика очень приятное дополнение, мало отличимое от Windows версии.

Twitter Updates

Twitter Updates

    follow me on Twitter
    Hacker Key Creative Commons License
    2006