Mittwoch, 20. Juli 2011

ReadItLater Toolbar Button for Firefox

Install the Firefox extension:
https://addons.mozilla.org/en-us/firefox/addon/custom-buttons/

Alternative:
https://addons.mozilla.org/en-US/firefox/addon/custom-buttons²

To add new button you should:
* Go into menu View: Add new Button....
OR
* Toolbar right click: Add new Button....

URL: None ???
Name:ReadItLater
Icon: http://readitlaterlist.com/favicon.ico
Code: loadURI("javascript:(function(){ISRIL_H='4668';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://readitlaterlist.com/b/r.js';document.getElementsByTagName('head')[0].appendChild(ISRIL_SCRIPT)})();");

Posted in CustomButtons² Database: not yet
The support site domain has expired.
Add it directly

Montag, 18. Juli 2011

Dreambox IPRec Interfaces Klack.de Texxas.de

IHAD-Forum ipRec

Authors descibtion:
The ipRec-Service create from time to time a connection to the selected server to synchronisize the remote recordings with the local recordings. You can use the following offerer:
www.tvtv.de and www.tvinfo.de.

Here a small changelog for my changes/updates:
New Interfaces for klack.de, teXXas.de (and TVTV-free)

Additional Information:
For the Klack Service You have to provide the RSS-Id and Security-code from Your Klack-Settings.

Update 17.07.2011:
Removed TVTV-free

Dienstag, 5. Juli 2011

Enigma2 LocationBox Patch

I've a small patch which fixes an annoying behaviour of the LocationBox.

If a new LocationBox is opened, on both sides (DirectoryView and
BookmarkView) the first row is selected and the user doesn't know
which on is active.
--- lib\python\Screens\LocationBox.py 2011-02-08 21:37:57.000000000 +0200
+++ lib\python\Screens\LocationBox.py 2011-07-04 17:48:49.000000000 +0200
@@ -177,12 +177,13 @@
  def switchToFileListOnStart(self):
   if self.realBookmarks and self.realBookmarks.value:
    self.currList = "booklist"
    currDir = self["filelist"].current_directory
    if currDir in self.bookmarks:
     self["booklist"].moveToIndex(self.bookmarks.index(currDir))
+   self["filelist"].selectionEnabled(0)
   else:
    self.switchToFileList()
 
  def disableTimer(self):
   self.qs_timer.callback.remove(self.timeout)
Update 19.11.2011:
It seems to be a Skin problem.
If the Skin defines a Cursor-PNG, the problem will occur.
If the Skin only defines a Cursor-Color, it will work as expected.

Update 13.02.2012:
The patch is now in the official DMM images:
Git Commit

Freitag, 1. Juli 2011

Facebook Toolbar Button for Firefox

Install the Firefox extension:
https://addons.mozilla.org/en-us/firefox/addon/custom-buttons/

Alternative:
https://addons.mozilla.org/en-US/firefox/addon/custom-buttons²

To add new button you should:
* Go into menu View: Add new Button....
OR
* Toolbar right click: Add new Button....

Name: Share on Facebook
Icon: http://facebook.com/favicon.ico
Code: loadURI("javascript:var d=document,f='http://www.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&v=4&i=1309548608&u='+e(l.href)+'&t='+e(d.title);1;try{if(!/^(.*\.)?facebook\.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z){a=function(){if(!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}}void(0)");

Posted in CustomButtons² Database: not yet
The support site domain has expired.
Add it directly