pentadactylでcopy.jsを動かす。

pentadactylに変更してから、copy.jsが動かなくなった。

copy.jsを動かせるようにする。

firefoxを開いて

mkpentadactylrc

shellで(pluginはcopy.jsしか入れてないです。)

cp -r ~/.vimperator/* ~/.pentadactyl/
cat ~/.vimperatorrc >> ~/.pentadactylrc
cd ~/.pentadactyl
mv plugin plugins
grep -rl liberator . | xargs sed -i 's/liberator/dactyl/g;'
grep -rl util.copyToClipboard . | xargs sed -i 's/util\.copyToClipboard/dactyl.clipboardWrite/g'
grep -rl commands.addUserCommand . | xargs sed -i 's/commands\.addUserCommand/group.commands.add/g'

こんな感じでcopy.jsが入る。
でも、まだ

copy.js:110: dactyl#globalVariables is deprecated: Please use the options system instead

><