Posted September 08, 2018
How to hide owned products on gog:
In firefox:
1) press ALT > view > toolbars > bookmarks toolbar (CHECKED)
2) RIGHT click bookmarks toolbar > new bookmark
3) Name it what you like (GOG_hide_owned) and put this into location:
javascript:( function(){ var css = '.is-owned { display: none; }', head = document.head || document.getElementsByTagName('head')[0], style = document.createElement('style'); style.type = 'text/css'; if (style.styleSheet){ style.styleSheet.cssText = css; } else { style.appendChild(document.createTextNode(css)); } head.appendChild(style); })()
After all products loaded (use load more products button before applying the next step) just press the GOG_hide_owned button in the bookmarks toolbar and you see only products that you do not own
In firefox:
1) press ALT > view > toolbars > bookmarks toolbar (CHECKED)
2) RIGHT click bookmarks toolbar > new bookmark
3) Name it what you like (GOG_hide_owned) and put this into location:
javascript:( function(){ var css = '.is-owned { display: none; }', head = document.head || document.getElementsByTagName('head')[0], style = document.createElement('style'); style.type = 'text/css'; if (style.styleSheet){ style.styleSheet.cssText = css; } else { style.appendChild(document.createTextNode(css)); } head.appendChild(style); })()
After all products loaded (use load more products button before applying the next step) just press the GOG_hide_owned button in the bookmarks toolbar and you see only products that you do not own
Post edited September 08, 2018 by bluenightlagoon