Changeset 18902 for lang/javascript

Show
Ignore:
Timestamp:
09/06/08 00:55:50 (3 months ago)
Author:
maripo
Message:

Wikimedia Commons 対応

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/poptip.user.js

    r18692 r18902  
    341341            fontSize: '90%', 
    342342            border: '1px solid #444' 
     343        } 
     344    }, 
     345    { 
     346        description: 'Wikimedia commons icon->license', 
     347        url: '^http://commons.wikimedia.org/wiki/', 
     348        linkElement: '//table[@class="gallery"]//a', 
     349        targetElement: '//table[@class="gallery"]//a/img', 
     350        popupElement: '//table[@class="layouttemplate"]', 
     351        style: { 
     352                border: "1px solid gray", 
     353                width: "400px" 
    343354        } 
    344355    },