討論 » 建立請求

Existing Script Fix

§
發表於:2014-09-21

Existing Script Fix

I have been using a great but simple script in Firefox I got from userscripts ages ago. Recently I made the change to Chrome and despite it saying it works, I can't seem to get it to work. I can't find this script anywhere else and wondering if any gurus would be interested in giving it the once over and maybe updating it and reposting it here (with appropriate credits to the original author of course).
Anyhow... here it is.... http://userscripts-mirror.org/scripts/show/164849.html

woxxom管理員
§
發表於:2014-09-21
編輯:2014-09-21

Try this:

  1. save the script to a file
  2. add the lines below to the script header instead of // @grant none line
  // @require https://raw.github.com/sizzlemctwizzle/GM_config/master/gm_config.js
  // @grant   GM_getValue
  // @grant   GM_setValue
  1. uninstall the old script
  2. install the edited one.
§
發表於:2014-09-26

Thanks for the suggestion but when I looked at the @require you mentioned I realised it was pointing to userscripts.org and just changed it to userscripts-mirror.org and it worked.

發表回覆

登入以回覆

长期地址
遇到问题?请前往 GitHub 提 Issues。