F5F Stay Refreshed Software General Software What method can be used to exclude YouTube Shorts from search results?

What method can be used to exclude YouTube Shorts from search results?

What method can be used to exclude YouTube Shorts from search results?

C
CMDR_Nova
Junior Member
45
12-28-2016, 05:10 AM
#1
I don't know the exact method, but you can try different ways to manage or filter those results.
C
CMDR_Nova
12-28-2016, 05:10 AM #1

I don't know the exact method, but you can try different ways to manage or filter those results.

E
eel8
Member
177
01-08-2017, 10:47 PM
#2
Alright here is what you can do (I do it too)
If you're on desktop there's an extension called BlockTube that lets you block anything. Lots of options that I'm not gonna go over but I use it to block garbage I don't wanna see including the shorts.
Edit: Now that shorts are a bigger part of youtube now, there is a setting at the bottom of the extension that blocks anything youtube tags as a short and the tab for shorts will be hidden as well.
Use the following advanced blocking function to block all videos one minute and less.
(video, objectType) => { // block all videos 60 seconds and under if (video.vidLength && video.vidLength <= 60) return true; return false; }
E
eel8
01-08-2017, 10:47 PM #2

Alright here is what you can do (I do it too)
If you're on desktop there's an extension called BlockTube that lets you block anything. Lots of options that I'm not gonna go over but I use it to block garbage I don't wanna see including the shorts.
Edit: Now that shorts are a bigger part of youtube now, there is a setting at the bottom of the extension that blocks anything youtube tags as a short and the tab for shorts will be hidden as well.
Use the following advanced blocking function to block all videos one minute and less.
(video, objectType) => { // block all videos 60 seconds and under if (video.vidLength && video.vidLength <= 60) return true; return false; }

S
Stellars1139
Member
51
01-08-2017, 11:49 PM
#3
To find them, start by searching on YouTube. Then, press the Filter button to view various options. You may select one or more filters for more targeted results.
S
Stellars1139
01-08-2017, 11:49 PM #3

To find them, start by searching on YouTube. Then, press the Filter button to view various options. You may select one or more filters for more targeted results.

L
Lapeluche
Member
211
01-16-2017, 11:36 PM
#4
The image shows no filters for YouTube Shorts in the results. Is there another method to sort or narrow down YouTube Shorts?
L
Lapeluche
01-16-2017, 11:36 PM #4

The image shows no filters for YouTube Shorts in the results. Is there another method to sort or narrow down YouTube Shorts?

T
Templer1887
Member
158
02-06-2017, 11:00 PM
#5
Block them completely so you don't see them?
T
Templer1887
02-06-2017, 11:00 PM #5

Block them completely so you don't see them?

G
GaZeVII
Member
141
02-08-2017, 06:05 PM
#6
Yes. This is done from my desktop computer.
G
GaZeVII
02-08-2017, 06:05 PM #6

Yes. This is done from my desktop computer.

S
ShoowChoco
Member
71
02-10-2017, 05:31 AM
#7
Alright here is what you can do (I do it too)
If you're on desktop there's an extension called BlockTube that lets you block anything. Lots of options that I'm not gonna go over but I use it to block garbage I don't wanna see including the shorts.
Edit: Now that shorts are a bigger part of youtube now, there is a setting at the bottom of the extension that blocks anything youtube tags as a short and the tab for shorts will be hidden as well.
Use the following advanced blocking function to block all videos one minute and less.
(video, objectType) => { // block all videos 60 seconds and under if (video.vidLength && video.vidLength <= 60) return true; return false; }
S
ShoowChoco
02-10-2017, 05:31 AM #7

Alright here is what you can do (I do it too)
If you're on desktop there's an extension called BlockTube that lets you block anything. Lots of options that I'm not gonna go over but I use it to block garbage I don't wanna see including the shorts.
Edit: Now that shorts are a bigger part of youtube now, there is a setting at the bottom of the extension that blocks anything youtube tags as a short and the tab for shorts will be hidden as well.
Use the following advanced blocking function to block all videos one minute and less.
(video, objectType) => { // block all videos 60 seconds and under if (video.vidLength && video.vidLength <= 60) return true; return false; }

G
gaLact1cfLea
Member
194
02-10-2017, 01:23 PM
#8
Problem solved. Thank you.
G
gaLact1cfLea
02-10-2017, 01:23 PM #8

Problem solved. Thank you.

B
Bartekdwarf
Posting Freak
791
02-10-2017, 03:53 PM
#9
Great!!!
B
Bartekdwarf
02-10-2017, 03:53 PM #9

Great!!!