Skip to content

Commit 8315464

Browse files
author
github-actions
committed
Release from Ophirofox v2.4.26325.9032
1 parent 75f5a7a commit 8315464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ophirofox.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
const published_time = readRequest.published_time;
697697

698698
if (!search_terms) return;
699-
const stopwords = new Set(['d', 'l', 'et', 'sans']);
699+
const stopwords = new Set(['d', 'l', 'et', 'sans', 'or']);
700700
const keywords = search_terms
701701
.replace(/œ/g, 'oe')
702702
.split(/[^\p{L}]+/u)

0 commit comments

Comments
 (0)