mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Version 1.3.2.0
+ Fix a problem with the badged_color settings + Message for Incognito mode + Suggestion #65 implemented
This commit is contained in:
@@ -45,6 +45,8 @@ function save()
|
||||
{
|
||||
|
||||
core(function (ref){
|
||||
ref.setData('badged_color', $('input[name=badged_color]').val());
|
||||
ref.setBadgedStatus();
|
||||
ref.setData('ruleURL', $('input[name=rule_url]').val());
|
||||
ref.setData('hashURL', $('input[name=hash_url]').val());
|
||||
ref.saveOnExit();
|
||||
|
||||
Reference in New Issue
Block a user