mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #278] [CLOSED] always open non-result links in same window #831
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#831
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/278
Author: @kaneorotar
Created: 4/10/2021
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
3c52cfdopen non-result links in same window📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
app/filter.py(+1 -0)📄 Description
The current behavior of turning on "Open Links in New Tab" makes all links open in new window, including "Videos", "News", "Images", and even the "Next>" button!
This PR sets target attribute to "_self" for non-result links so that they will not be opened in a new window.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.