讨论 » 创建请求

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.

发表回复

登录以发表回复。