mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #767] How can i customize the footer part of image results #486
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#486
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amirh-soleymani on GitHub (May 22, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/767
i want to customize the footer of image result page, changing the links and titles (The section under pagination it has Sign in, Privacy, Terms, Location and other stuffs)
i can't find it's html code to change
@benbusby commented on GitHub (Aug 1, 2022):
The footer content is part of the html returned by Google, and isn't something that Whoogle adds. You could add your own custom footer by adding content at the end of the
results.htmltemplate, but this would be included across all result types (not just image results).