Hallo,
folgende Situation: Ich habe 5 Webseiten geöffnet. Von Webseite 1 folge ich einem Link zu einer 6. Seite, von der zu einer 7. Seite. Dann schließe ich die Seiten 7 und 6. Aber ich befinde mich danach NICHT auf der Ausgangsseite 1, sondern auf einer der anderen. Das ist blöd. Was kann ich tun, damit ich automatisch auf der Ausgangsseite lande?
Zur Ausgangsseite zurück
-
Alphazalpha -
11. Mai 2014 um 11:44 -
Erledigt
-
-
Bitte lesen und abarbeiten: https://www.camp-firefox.de/forum/viewtopic.php?f=1&t=66525
1. Füge bitte den Inhalt von about:support hier als CODE ein
2. https://support.mozilla.org/de/kb/firefox-…sicherter-modus -
Was soll der Link zu den Forenregeln? Als hätte ich nicht zuerst die Suche benutzt! Allerdings fand sich zum Stichwort TABS + REIHENFOLGE bzw. AUSGANGSSEITE nichts, was meine Frage beantwortet.
Firefox im abgesicherten Modus hat nichts gebracht.
Hier der Code:
HTML
Alles anzeigen<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD; <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD; <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD; <!ENTITY % aboutSupportDTD SYSTEM "chrome://global/locale/aboutSupport.dtd"> %aboutSupportDTD; <!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd"> %resetProfileDTD; ]> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>&aboutSupport.pageTitle;</title> <link rel="icon" type="image/png" id="favicon" href="chrome://branding/content/icon32.png"/> <link rel="stylesheet" href="chrome://global/skin/aboutSupport.css" type="text/css"/> <script type="application/javascript;version=1.7" src="chrome://global/content/aboutSupport.js"/> <script type="application/javascript;version=1.7" src="chrome://global/content/resetProfile.js"/> </head> <body dir="&locale.dir;"> <div id="reset-box" style="visibility: hidden"> <h3>&resetProfile.title;</h3> <p>&resetProfile.description;</p> <button onclick="ResetProfile.openConfirmationDialog(window)"> &resetProfile.button.label2; </button> </div> <h1> &aboutSupport.pageTitle; </h1> <div class="page-subtitle"> &aboutSupport.pageSubtitle; </div> <div> <button id="copy-raw-data-to-clipboard" onclick="copyRawDataToClipboard(this);"> &aboutSupport.copyRawDataToClipboard.label; </button> <button id="copy-to-clipboard" onclick="copyContentsToClipboard()"> &aboutSupport.copyTextToClipboard.label; </button> </div> <div id="contents"> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.appBasicsTitle; </h2> <table> <tbody> <tr> <th class="column"> &aboutSupport.appBasicsName; </th> <td id="application-box"> </td> </tr> <tr> <th class="column"> &aboutSupport.appBasicsVersion; </th> <td id="version-box"> </td> </tr> <tr class="no-copy"> <th class="column"> &aboutSupport.appBasicsUpdateHistory; </th> <td> <button onclick="showUpdateHistory()"> &aboutSupport.appBasicsShowUpdateHistory; </button> </td> </tr> <tr> <th class="column"> &aboutSupport.appBasicsUserAgent; </th> <td id="useragent-box"> </td> </tr> <tr id="profile-row" class="no-copy"> <th class="column"> &aboutSupport.appBasicsProfileDirWinMac; </th> <td> <button onclick="openProfileDirectory()"> &aboutSupport.showWin.label; </button> </td> </tr> <tr class="no-copy"> <th class="column"> &aboutSupport.appBasicsEnabledPlugins; </th> <td> <a href="about:plugins">about:plugins</a> </td> </tr> <tr class="no-copy"> <th class="column"> &aboutSupport.appBasicsBuildConfig; </th> <td> <a href="about:buildconfig">about:buildconfig</a> </td> </tr> <tr class="no-copy"> <th class="column"> &aboutSupport.appBasicsMemoryUse; </th> <td> <a href="about:memory">about:memory</a> </td> </tr> </tbody> </table> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section" id="crashes-title"> &aboutSupport.crashes.title; </h2> <table id="crashes-table"> <thead> <tr> <th> &aboutSupport.crashes.id; </th> <th> &aboutSupport.crashes.sendDate; </th> </tr> </thead> <tbody id="crashes-tbody"> </tbody> </table> <p id="crashes-allReports" class="no-copy" style="display: none"> <a href="about:crashes" id="crashes-allReportsWithPending" style="display: block">&aboutSupport.crashes.allReports;</a> </p> <p id="crashes-noConfig" class="no-copy" style="display: none">&aboutSupport.crashes.noConfig;</p> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.extensionsTitle; </h2> <table> <thead> <tr> <th> &aboutSupport.extensionName; </th> <th> &aboutSupport.extensionVersion; </th> <th> &aboutSupport.extensionEnabled; </th> <th> &aboutSupport.extensionId; </th> </tr> </thead> <tbody id="extensions-tbody"> </tbody> </table> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.modifiedKeyPrefsTitle; </h2> <table class="prefs-table"> <thead class="no-copy"> <th class="name"> &aboutSupport.modifiedPrefsName; </th> <th class="value"> &aboutSupport.modifiedPrefsValue; </th> </thead> <tbody id="prefs-tbody"> </tbody> </table> <section id="prefs-user-js-section" class="no-copy" style="display:none"> <h3>&aboutSupport.userJSTitle;</h3> <p>&aboutSupport.userJSDescription;</p> </section> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.graphicsTitle; </h2> <table> <tbody id="graphics-tbody"> </tbody> <tbody id="graphics-info-properties"> </tbody> <tbody id="graphics-failures-tbody"> </tbody> </table> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.jsTitle; </h2> <table> <tbody> <tr> <th class="column"> &aboutSupport.jsIncrementalGC; </th> <td id="javascript-incremental-gc"> </td> </tr> </tbody> </table> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.a11yTitle; </h2> <table> <tbody> <tr> <th class="column"> &aboutSupport.a11yActivated; </th> <td id="a11y-activated"> </td> </tr> <tr> <th class="column"> &aboutSupport.a11yForceDisabled; </th> <td id="a11y-force-disabled"> </td> </tr> </tbody> </table> <!-- - - - - - - - - - - - - - - - - - - - - --> <h2 class="major-section"> &aboutSupport.libraryVersionsTitle; </h2> <table> <tbody id="libversions-tbody"> </tbody> </table> </div> </body> </html>
Edit 2002Andreas
Text in Klammercode gesetzt. -
Zitat von Alphazalpha
Als hätte ich nicht zuerst die Suche benutzt!
Nein, hast du nicht. Bei allem, was du hier nicht erwähnst, soll jemand wissen, was du heimlich durchgeführt hast?
ZitatHier der Code:
Falscher Inhalt!
► Unter Hilfe => Informationen zur Fehlerbehebung kopierst du den Inhalt des Feldes durch Drücken des Buttons Text in die Zwischenablage kopieren und fügst den Inhalt in Klammer Code in deinen nächsten Post.
-
Der Code muss beispielhafterweise so aussehen....
Code
Alles anzeigenAllgemeine Informationen ------------------------ Name: Firefox Version: 31.0a2 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0 Absturzberichte der letzten 3 Tage ---------------------------------- Alle Absturzberichte Erweiterungen ------------- Name: {e34e31b6-9ff6-4e7f-97ca-305bc70e26d9} Version: 0.1 Aktiviert: true ID: {e34e31b6-9ff6-4e7f-97ca-305bc70e26d9} Name: Adblock Edge Version: 2.1.2 Aktiviert: true ID: {fe272bd1-5f76-4ea4-8501-a05d35d823fc} Name: Autohide Version: 2.3.0 Aktiviert: true ID: {DD43485F-44CC-4452-A6C6-69356A7E33DA} Name: BetterPrivacy Version: 1.68 Aktiviert: true ID: {d40f5e7b-d2cf-4856-b441-cc613eeffbe3} Name: Bookmark Favicon Changer Version: 2.15 Aktiviert: true ID: bookmarkfaviconchanger@sonthakit Name: CheckPlaces Version: 2.6.2 Aktiviert: true ID: checkplaces@andyhalford.com Name: Classic Theme Restorer (Customize Australis) Version: 1.2.0beta8 Aktiviert: true ID: ClassicThemeRestorer@ArisT2Noia4dev Name: Classic Toolbar Buttons Version: 1.4.1beta1 Aktiviert: true ID: CSTBB@NArisT2_Noia4dev Name: Clippings Version: 4.1 Aktiviert: true ID: {91aa5abe-9de4-4347-b7b5-322c38dd9271} Name: convert2mp3.net YouTube2MP3 Converter Version: 2.4 Aktiviert: true ID: info@convert2mp3.net Name: Customizations für Adblock Plus Version: 1.0.3 Aktiviert: true ID: customization@adblockplus.org Name: Disable Anti-Adblock Version: 3.1 Aktiviert: true ID: {d49a148e-817e-4025-bee3-5d541376de3b} Name: Download Manager Tweak Version: 1.0.5 Aktiviert: true ID: {F8A55C97-3DB6-4961-A81D-0DE0080E53CB} Name: DownThemAll! Version: 2.0.17 Aktiviert: true ID: {DDC359D1-844A-42a7-9AA1-88A850A938A8} Name: Easy Read Version: 0.3.1 Aktiviert: true ID: easyread@software.by.moses Name: Element Hiding Helper für Adblock Plus Version: 1.3.0.464 Aktiviert: true ID: elemhidehelper@adblockplus.org Name: Go Parent Folder Version: 2.9.1 Aktiviert: true ID: goParentFolder@alice Name: InFormEnter Version: 0.76 Aktiviert: true ID: {5546F97E-11A5-46b0-9082-32AD74AAA920} Name: Menu Editor Version: 1.2.7 Aktiviert: true ID: {EDA7B1D7-F793-4e03-B074-E6F303317FB0} Name: MinimizeToTray revived (MinTrayR) Version: 1.1.2 Aktiviert: true ID: mintrayr@tn123.ath.cx Name: NoScript Version: 2.6.8.24rc2 Aktiviert: true ID: {73a6fe31-595d-460b-a920-fcc0f8843232} Name: Old Default Image Style Version: 3.0.5 Aktiviert: true ID: olddefaultimagestyle@dagger2-addons.mozilla.org Name: Remember Passwords Version: 1.1 Aktiviert: true ID: remember-passwords@stanimir-stamenkov.addons.mozilla.org Name: ReminderFox Version: 2.1.5 Aktiviert: true ID: {ada4b710-8346-4b82-8199-5de2b400a6ae} Name: RSS Icon In Awesombar Version: 1.4 Aktiviert: true ID: rssicon@jasnapaka.com Name: Secure Login Version: 1.0.3 Aktiviert: true ID: secureLogin@blueimp.net Name: Self-Destructing Cookies Version: 0.4.4 Aktiviert: true ID: jid0-9XfBwUWnvPx4wWsfBWMCm4Jj69E@jetpack Name: Sidebar Bookmark Selector Version: 3.0 Aktiviert: true ID: sidebarBookmarkSelector@alice Name: Smiley Xtra Version: 5.0.7 Aktiviert: true ID: smxtra5@smileyxtra.co.uk Name: Status-4-Evar Version: 2014.05.03.06 Aktiviert: true ID: status4evar@caligonstudios.com Name: Tab Mix Plus Version: 0.4.1.4pre.140414a1 Aktiviert: true ID: {dc572301-7619-498c-a57d-39143191b318} Name: Toolbar Buttons Version: 1.0 Aktiviert: true ID: {03B08592-E5B4-45ff-A0BE-C1D975458688} Name: userChromeJS Version: 1.5 Aktiviert: true ID: userChromeJS@mozdev.org Name: Yet Another Smooth Scrolling Version: 3.1.7 Aktiviert: true ID: yetanothersmoothscrolling@kataho Name: YouTube HD Version: 1.2 Aktiviert: true ID: jid0-HbNL9qqBkuuKRhJ9ncTonCky1HU@jetpack Grafik .....
-
Deine Grafik-Infos fehlen..... :mrgreen:
-
Das Verhalten ist normal.
Der Abgesicherte Modus bringt daher überhaupt nichts und in "Bitte vor dem Posten lesen" steht selbstverständlich auch keine Lösung.
Daß in about:support eine zu finden ist, halte ich auch für sehr unwahrscheinlich.Bei einer Kette von in neuen Tabs geöffneten Links merkt sich Firefox jeweils nur den letzten vorherigen Tab, den vorletzten usw. nicht mehr.
Das ist nur mit einer Erweiterung möglich.
Tab Utilities Lite ist dafür ausreichend. -
// @ Grafikinfos: weil sie unrelevant sind...
-
@ aborix: Dankeschön! Die erste vernünftige (und richtige) Antwort hier!
Ich kann es einfach nicht leiden, wenn man mich für blöd erklärt (Forenregeln lesen, Suche benutzen u.a.)...
-
// Niemand erklärt dich für blöd...
wenn du einen Blick in die verlinkten Forenregeln werfen würdest, begreifst du, das dort Informationen genannt werden, die zum Support nötig sind selbst dann, (wie hier) wenn dies zur Lösung nicht unbedingt nötig ist. -
Zitat von Alphazalpha
Ich kann es einfach nicht leiden, wenn man mich für blöd erklärt (Forenregeln lesen, Suche benutzen u.a.)...
Wer hat dich womit für blöd erklärt? Eine blöde Unterstellung!
Und Forenregeln lesen, Suche benutzen sollte jeder, der hier anfragt! Wenn du dazu keine Lust hast, habe ich auch keine Lust dir zu helfen. So einfach ist das!
-
Du meine Güte - wie in jedem Forum gibts also auch hier die Möchtegern-Größen, die, bevor sie sich einer Frage widmen, erstmal die oberschlauen Hinweise geben wie Forenregeln lesen und Suche benutzen, und auch noch mißverstehen, wenn man antwortet, man hätte genau dies getan VOR der Problemstellung. Eine nette, noch dazu hilfreiche Antwort wie die von Aborix hätte völlig ausgereicht!
-
Wenn man den Werdegang des Themas betrachtet, ist das die einzig logische Erklärung, nachdem du bestätigt hast - auf Nachfrage - dass andere Lösungswege nicht zum Ziel führten. Du musst deshalb nicht pampig werden, wenn man dir vorhält, dass solche Informationen wichtig sind. Wir kennen dich nicht, also müssen alle Helfer erst mal von dem ausgehen, was du geschrieben hast. Dazu kommt die Tatsache, dass nur die allerwenigsten die zwei grundlegenden Selbsthilfemethoden kennen. Wir sind die Helfer, wir wissen, wir man an Probleme rangeht, auch wenn es manchmal Umwege scheinen. Möchtest du denn jetzt nochmal freundlich sein oder lieber leise die Tür hinter dir schliessen?
-