close

在個人設定檔裡的

extensions\{e4a8a97b-f2ed-450b-b12d-ee082ba24781}\content\install.js

 

用文字編輯器打開,找到

 

startTimer: function() {
  this.seconds_ = 4;
  this.updateLabel();

  if (this.timer_) {
    window.clearInterval(this.timer_);
  }

  this.timer_ = window.setInterval(function() { GMInstall.onInterval() }, 500);
},

 

把紅色的4改成0

 

搞定收工

arrow
arrow
    全站熱搜

    戲言 發表在 痞客邦 留言(1) 人氣()