Greasy Fork is available in English.

W.A.R. Links Checker Customized

Automatically checks links from hundreds of file hosts.

< Feedback on W.A.R. Links Checker Customized

Question/comment

§
Posted: 06.06.2014.

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

mentalAuthor
§
Posted: 06.06.2014.

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.

§
Posted: 07.06.2014.

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.

mentalAuthor
§
Posted: 07.06.2014.

try reinstalling scripts

§
Posted: 08.06.2014.

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

mentalAuthor
§
Posted: 08.06.2014.

sorry can't help then

§
Posted: 27.07.2014.

Same thing with Firefox + Greasemonkey...

Post reply

Sign in to post a reply.