[PR #278] [CLOSED] always open non-result links in same window #831

Closed
opened 2026-02-25 20:36:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/278
Author: @kaneorotar
Created: 4/10/2021
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 3c52cfd open 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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/278 **Author:** [@kaneorotar](https://github.com/kaneorotar) **Created:** 4/10/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`3c52cfd`](https://github.com/benbusby/whoogle-search/commit/3c52cfd02f2afccd753df4d64181742c59420fb9) open non-result links in same window ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/filter.py` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#831
No description provided.