Skip to content

Commit

Permalink
Fix Odkazy na obrázky i u galerie tvůrců #10
Browse files Browse the repository at this point in the history
SonGokussj4 committed Apr 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 82a9128 commit c713387
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
- Snad obr. s nápovědou
- FIX
- Domácí stránka: tlačítko "Skrýt" už nepřeskakuje u boxu videa + přídáno u "Partnerem čsfd..." ([#12](/../../issues/12)) ([#1](/../../issues/1))
- Galerie tvůrců: zobrazení linků na různé velikosti fotky po přejetí myší, tak jak u galerii filmů ([#10](/../../issues/10))

> **v0.5.11.1** _(2021-11-24)_
4 changes: 1 addition & 3 deletions csfd-compare.js
Original file line number Diff line number Diff line change
@@ -1224,8 +1224,6 @@ async function onHomepage() {
async showLinkToImage() {
this.showLinkToImageOnSmallMoviePoster();
this.showLinkToImageOnOtherGalleryImages();
// TODO: Show links on images in gallery of: "tvurce"
// TODO: https://github.com/SonGokussj4/greasyfork-scripts/issues/10
}

/**
@@ -2088,7 +2086,7 @@ async function onHomepage() {
if (settings.showControlPanelOnHover) { csfd.openControlPanelOnHover(); }

// Film/Series page
if (location.href.includes('/film/')) {
if (location.href.includes('/film/') || location.href.includes('/tvurce/') || location.href.includes('/tvorca/')) {
if (settings.hideSelectedUserReviews) { csfd.hideSelectedUserReviews(); }
// csfd.showLinkToImageOnSmallMoviePoster();
if (settings.showLinkToImage) { csfd.showLinkToImage(); }

0 comments on commit c713387

Please sign in to comment.