Subpage under development, new version coming soon!
Asunto: Private Spielernotizen
- 1
Petron para
Todos
Ich habe das Problem, dass ich private Notizen von gefeuerten Spielern nicht löschen kann.
Was dazu führt, dass ich keine neuen Notizen machen kann, weil nur eine bestimmte Anzahl erlaubt ist.
Kennt jemand das Problem und weiß Abhilfe?
Was dazu führt, dass ich keine neuen Notizen machen kann, weil nur eine bestimmte Anzahl erlaubt ist.
Kennt jemand das Problem und weiß Abhilfe?
das ist ein bekanntes Problem und es gibt eine etwas kompliziertere Lösung:
1. if You have only mobile phone at your disposal you can stop reading now and skip all this - you wont do this
2. open all notes which You dont want to remove and keep them opened or store somewhere because those notes will also be removed and if You want to keep them you need kind of backup copy
3. open sokker page with notes https://sokker.org/briefcase/action/notes
4a. if You are using Firefox press Ctrl+Shift+K
4b. if You are using Chrome/Opera/Vivaldi press Ctrl+Shift+J
4c. if You are using different browser You can abort or figure out how you can start developer tools or developer console in that browser because I dont know
5. a window or some side/bottom panel should open and should have tab Console or sth like that and if it will not be switched on that tab then switch on it and paste this code there:
$('div.row > div > ul:first a[href^="briefcase/action/newnote/playerID/"]', document).each((idx, item) => $.post('https://sokker.org/briefcase/action/saveprivnote', {[`note[${$(item).attr('href').split('/').pop()}]`]: ''}));
6. press enter, close Console, refresh page - should be cleared from private notes
7. add notes from 1. back again
1. if You have only mobile phone at your disposal you can stop reading now and skip all this - you wont do this
2. open all notes which You dont want to remove and keep them opened or store somewhere because those notes will also be removed and if You want to keep them you need kind of backup copy
3. open sokker page with notes https://sokker.org/briefcase/action/notes
4a. if You are using Firefox press Ctrl+Shift+K
4b. if You are using Chrome/Opera/Vivaldi press Ctrl+Shift+J
4c. if You are using different browser You can abort or figure out how you can start developer tools or developer console in that browser because I dont know
5. a window or some side/bottom panel should open and should have tab Console or sth like that and if it will not be switched on that tab then switch on it and paste this code there:
$('div.row > div > ul:first a[href^="briefcase/action/newnote/playerID/"]', document).each((idx, item) => $.post('https://sokker.org/briefcase/action/saveprivnote', {[`note[${$(item).attr('href').split('/').pop()}]`]: ''}));
6. press enter, close Console, refresh page - should be cleared from private notes
7. add notes from 1. back again
Das wurde mal behoben, kann jedoch bei einer unsachgemässen einspielung eines Backups wieder eingepilt werden :O
Kann mir jemand bitte noch sagen, wo ich "Einfügen erlauben" in der Konsole auswählen kann? Das finde ich im Firefox nirgends. Danke nochmal!
Standards/Spielerwechsel
+add
Gehe davon aus, dass Du Ersatz spieler nimieren willst. Ansonsten sollte es nicht da sein, den FF zuerst updaten.
(editado)
+add
Gehe davon aus, dass Du Ersatz spieler nimieren willst. Ansonsten sollte es nicht da sein, den FF zuerst updaten.
(editado)
Nein, mir geht es um Punkt 5 der obigen Anleitung. Wenn ich das machen möchte, kommt immer eine Warnung, die ich nur wegbekomme, wenn ich eben "Einfügen erlauben" einstelle. Nur das finde ich eben nicht.
Gehe zu Abschnitt Datenschutz & Sicherheit, Bereich Berechtigung, dort entsprechend Deine Wünsche eingeben!
(editado)
(editado)
Danke, aber da finde ich auch nichts passendes. :-/
Ich hab jetzt ein paar Notizen gelöscht und etwas Platz geschaffen.
Ich hab jetzt ein paar Notizen gelöscht und etwas Platz geschaffen.
- 1