User talk:Sandungas: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "=== Atrac9 === [https://mega.co.nz/#!RtE0jBbZ!ElHM1DSwNREJyHSkjpfyV3HrSwIFT1h5ZWSGbZkiejM] [https://mega.co.nz/#!jgVVCYZC!HaUXkeKFJNbzxAVkbO-Aj5LC2-yriY7rmUWKljlEQ40] atrac9 e...")
 
m (missing PS4 wiki main page logo ?)
Line 1: Line 1:
=== Atrac9 ===
== Atrac9 ==
[https://mega.co.nz/#!RtE0jBbZ!ElHM1DSwNREJyHSkjpfyV3HrSwIFT1h5ZWSGbZkiejM] [https://mega.co.nz/#!jgVVCYZC!HaUXkeKFJNbzxAVkbO-Aj5LC2-yriY7rmUWKljlEQ40] atrac9 encoder/decoder all in one // http://playstationhax.it/forums/topic/1491-atrac9-encoderdecoder-also-for-ps4/
[https://mega.co.nz/#!RtE0jBbZ!ElHM1DSwNREJyHSkjpfyV3HrSwIFT1h5ZWSGbZkiejM] [https://mega.co.nz/#!jgVVCYZC!HaUXkeKFJNbzxAVkbO-Aj5LC2-yriY7rmUWKljlEQ40] atrac9 encoder/decoder all in one // http://playstationhax.it/forums/topic/1491-atrac9-encoderdecoder-also-for-ps4/
== PS4 wiki main logo ==
This is a dirty wayaround to display an icon as a replacement of the missing one at top-left corner of the navigation list of main page, if some other admin is interested in it join the conversation, im testing it with firefox code inspector and i know it works but there are a bunch of details to talk about
<pre>
.mw-wiki-logo {
    background-image: url(/ps4/images/1/14/PS4_logomini.gif?341ed);
}
</pre>

Revision as of 05:28, 24 September 2021

Atrac9

[1] [2] atrac9 encoder/decoder all in one // http://playstationhax.it/forums/topic/1491-atrac9-encoderdecoder-also-for-ps4/


This is a dirty wayaround to display an icon as a replacement of the missing one at top-left corner of the navigation list of main page, if some other admin is interested in it join the conversation, im testing it with firefox code inspector and i know it works but there are a bunch of details to talk about

.mw-wiki-logo {
    background-image: url(/ps4/images/1/14/PS4_logomini.gif?341ed);
}