Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

How do I disable live bookmarks?

  • 2 Antworten
  • 4 haben dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von bryniker

more options

I want to disable live bookmarks altogether. The following error data is sprayed into my error console at a rate so high that I can't use it for debugging:

Error: getSiteURI is deprecated and will be removed in a future release. Check the nsILivemarkService interface. Source File: resource:///components/nsLivemarkService.js Line: 204

I want to disable live bookmarks altogether. The following error data is sprayed into my error console at a rate so high that I can't use it for debugging: Error: getSiteURI is deprecated and will be removed in a future release. Check the nsILivemarkService interface. Source File: resource:///components/nsLivemarkService.js Line: 204

Alle Antworten (2)

more options

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).


_reportDeprecatedMethod: function DEPRECATED_LS__reportDeprecatedMethod()
  {
    let oldFuncName = arguments.callee.caller.name.slice(14);
    Cu.reportError(oldFuncName + " is deprecated and will be removed in a " +
                   "future release.  Check the nsILivemarkService interface.");
  },
more options

I eliminated these warnings by removing the Simple RSS Reader (SRR) extension.