W.A.R. Links Checker Customized

Automatically checks links from hundreds of file hosts.

< 脚本 W.A.R. Links Checker Customized 的反馈

提问 / 留言

§
发布于:2014-06-06

Don't save setting

The setting can't be saved for some reason like referer + file hosts check.

I'm using Chrome 36.0.1985.49 beta-m + Tampermonkey Beta 3.8.4116

mental作者
§
发布于:2014-06-06

This is how to make w.a.r. work in chrome.

I did some checking and This issue seems to be caused by a bug in Chrome at the chrome.storage API.

It may only effect windows so you may not need to do changes below if you using another operating system.

1. close chrome

2. locate your Chrome profile folder and find the file prepare.js
located at:

Linux /home//.config/google-chrome1/Default/Extensions//
Windows XP C:\Documents and Settings2\\Local Settings3\Application Data4\Google\Chrome\User Data\Default

\Extensions\\
Windows Vista/7/8 C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Extensions\\
Windows V/7/8
(Opera Next) C:\Users\\AppData\Roaming\Opera Software\Opera Next\Extensions\\
Mac OS /Users//Library/Application Support/Google/Chrome/Default/Extensions//
note:1 might also be chromium
note:2 'Documents and Settings' might also be a localized name like 'Dokumente und Einstellungen'
note:3 'Local Settings', 'Lokale Einstellungen', ...
note:4 'Application Data', 'Anwendungsdaten', ...

or just search your computer for prepare.js

3. open prepare.js with notepad or other text editor and search for...
DB:{USE:null,DEFAULT:"chromeStorage"}

4. change it to say...
DB:{USE:null,DEFAULT:"localStorage"}

5. save file and exit

6. start chrome

7. set w.a.r to the settings you want and test, should keep settings now.

§
发布于:2014-06-07

Thanks for the solution, but when I changed DB:{USE:null,DEFAULT:"chromeStorage"} to DB:{USE:null,DEFAULT:"localStorage"}, it wiped out all my scripts.

mental作者
§
发布于:2014-06-07

try reinstalling scripts

§
发布于:2014-06-08

reinstall the script again, but it don't save the settings.

mental作者
§
发布于:2014-06-08

sorry can't help then

§
发布于:2014-07-27

Same thing with Firefox + Greasemonkey...

发布留言

登录以发布留言。