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...

返信を投稿

返信を投稿するにはログインしてください