View Purchases
0
A bit weird that there is still no way to easily see what we've purchased. I've purchased a number of things at this point and I'm confused why I still need to make my own collection to track it. This should be a feature by now.
0
animefreak_usa
Child of Samael
Uh? https://store.fakku.net/account
Every item is accounted for just under an order number. Plus manga and doujin pages tell you what you bough with 'in library' tags.
Every item is accounted for just under an order number. Plus manga and doujin pages tell you what you bough with 'in library' tags.
0
Not quite what I'm looking for. There should be an auto generated menu of just my purchases ready to view. That tells me what I got but doesn't link to them.
0
luinthoron
High Priest of Loli
There's the Library, although it doesn't quite seem to display properly these days.
2
synthicyde wrote...
Not quite what I'm looking for. There should be an auto generated menu of just my purchases ready to view. That tells me what I got but doesn't link to them.I couldn't find anything on the website for that, so I wrote a simple Greasemonkey script for it:
// ==UserScript==
// @name Hide FAKKU! Unpurchased
// @namespace https://fakku.net/
// @version 0.1
// @description Hide unpurchased items in your FAKKU! library
// @author M.I.X
// @match https://www.fakku.net/users/*/library
// @grant none
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
(function() {
'use strict';
addGlobalStyle('.library .not-purchased { display: none; }');
})();
// @name Hide FAKKU! Unpurchased
// @namespace https://fakku.net/
// @version 0.1
// @description Hide unpurchased items in your FAKKU! library
// @author M.I.X
// @match https://www.fakku.net/users/*/library
// @grant none
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
(function() {
'use strict';
addGlobalStyle('.library .not-purchased { display: none; }');
})();
With that script enabled you should be able to go to your library and have it only display what you own.
0
M.I.X wrote...
I couldn't find anything on the website for that, so I wrote a simple Greasemonkey script for it:
Nice! This is exactly what I have been looking for too. Can't believe that it needs nothing more than just CSS modifications.
0
animefreak_usa wrote...
Uh? https://store.fakku.net/accountEvery item is accounted for just under an order number. Plus manga and doujin pages tell you what you bough with 'in library' tags.
This doesnt work for orders from 2015 it seems as I have bought a book and this link tells me 0 orders exist for my account.
0
animefreak_usa
Child of Samael
Biologist wrote...
animefreak_usa wrote...
Uh? https://store.fakku.net/accountEvery item is accounted for just under an order number. Plus manga and doujin pages tell you what you bough with 'in library' tags.
This doesnt work for orders from 2015 it seems as I have bought a book and this link tells me 0 orders exist for my account.
Was it thru PayPal? I remember after the first 4 books PayPal kill us.