Apply filters on Youtube without activate JAVA

4 réponses [Dernière contribution]
dadix
Hors ligne
A rejoint: 07/01/2013

Hi all. If you have deactivate Java in your browser or you have GNU-LibreJs you know is impossible to apply filters in search results.

But I find a way:

Example 1:
https://www.youtube.com/results?filters=today&search_query=gnu+linux

This is equivalent with : "gnu linux" and filter "today" - with java activated.
Please notice in my example there is a "+" between "gnu linux"
You may replace these words with what to want to search but you must put this "+" every time you need to add a term

Example 2:
https://www.youtube.com/results?filters=week&search_query=gnu+linux

The same words but with filter "this week"

Example 3:
https://www.youtube.com/results?filters=month&search_query=gnu+linux

The same words but with filter "this month"

Ex 4:
https://www.youtube.com/results?filters=year&search_query=gnu+linux

The same words but with filter "this year"

Ex 5:
https://www.youtube.com/results?filters=year&search_query=gnu+linux+-ubuntu

this will search for "gnu linux" but without "ubuntu". Please notice "+-".

Ex 6:
https://www.youtube.com/results?search_query=allintitle%3Agnu+linux+-ubuntu&filters=today

This will search only for clips which have in title description "gnu linux" but will exclude "ubuntu" (clips which have in title description this word) and apply filter "today" to above search . You can change "today" with "month" , "week", "year".

With Java activated example 6 will look like this:
"allintitle:gnu linux -ubuntu" and of course with filter "today" activated

dadix
Hors ligne
A rejoint: 07/01/2013

Example 5 will have added filter :"year" to search

For a simple search for example 5 only for words "gnu linux" but without "ubuntu" you may use this:

https://www.youtube.com/results?search_query=gnu+linux+-ubuntu

It will be nice if someone does a Firefox extension for this. Or a code for Scriptish which will replace or add these options as does ViewTube( Scriptish is a fork of Greasemonkey)

onpon4
Hors ligne
A rejoint: 05/30/2012

Note that you're talking about not using Javascript, not Java. These are two completely different things.

GNUser
Hors ligne
A rejoint: 07/17/2013

Thanks dadix!!! =D
This could also be used when you just want to block all javascript. Sweet... ^_^

onpon4 is right although. It's about javascript and not java.

dadix
Hors ligne
A rejoint: 07/01/2013

yes, Javascript not Java. :)