Skip to content

bitgineer/Advanced-YouTube-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advanced YouTube Search

License: MIT

GitHub Stars GitHub Forks

Welcome to Advanced YouTube Search – a powerful Tampermonkey script designed to enhance your YouTube searching experience with advanced features. Whether you're looking for specific content, filtering out unwanted results, or refining your search based on various parameters, this script has got you covered!

πŸ“¦ Table of Contents

πŸš€ Features

Advanced YouTube Search offers a comprehensive set of features to refine and enhance your YouTube search capabilities:

πŸ” Regular Search

  • Standard Search: Perform regular YouTube searches without any additional parameters.

πŸ› οΈ Advanced Search Options

  • Exact Term: Search for exact phrases by enclosing terms in quotes.
  • Exclude Term(s): Exclude specific terms from your search results.
  • Title Includes: Ensure certain keywords are present in the video titles.
  • Video Length: Filter results based on video duration:
    • Any Length
    • Under 4 minutes
    • 4-20 minutes
    • Over 20 minutes
  • Date After: Include videos uploaded after a specific date.
  • Date Before: Include videos uploaded before a specific date.

πŸ“ Movable & Toggleable Popup

  • Movable Popup: Drag the advanced search form to any position on the screen for personalized accessibility.
  • Toggleable Interface: Easily show or hide the advanced search form with a single click.

🎨 User-Friendly Interface

  • Clean Design: Seamlessly integrates with YouTube's interface without clutter.
  • Responsive Layout: Optimized for various screen sizes and devices.

πŸ› οΈ Installation

To get started with Advanced YouTube Search, follow these simple steps:

1. Install Tampermonkey

Tampermonkey is a popular userscript manager available for various browsers.

2. Clone or Download the Repository

You can clone the repository using Git or download it as a ZIP file.

git clone https://github.com/bitgineer/Advanced-YouTube-Search.git

Alternatively, download the repository as a ZIP from the GitHub page.

3. Install the Userscript

  1. Open the Advanced YouTube Search repository.
  2. Locate the AdvancedYouTubeSearch.user.js file.
  3. Click on the file to view its contents.
  4. Click the Raw button to open the raw script.
  5. Tampermonkey should automatically detect the script and prompt you to install it.
  6. Confirm the installation by clicking Install in the Tampermonkey dialog.

Alternatively, you can manually add the script:

  • Open Tampermonkey Dashboard.
  • Click on Add a new script.
  • Paste the script contents from AdvancedYouTubeSearch.user.js.
  • Save the script.

πŸ“ Usage

Once installed, Advanced YouTube Search enhances your YouTube experience as follows:

1. Open YouTube

Navigate to YouTube in your browser.

2. Access the Advanced Search Popup

  • Click on the πŸ” Advanced Search button fixed at the bottom-right corner of the page.

    Toggle Button

3. Perform a Regular Search

  • Regular Search Section:

    • Enter your standard search query in the Search field.

    Regular Search

4. Utilize Advanced Search Options

  • Advanced Options Section:

    • Exact Term: Enter exact phrases (e.g., "Awesome List").
    • Exclude Term(s): Enter terms to exclude, separated by commas (e.g., spam, ads).
    • Title Includes: Enter keywords to include in video titles, separated by commas (e.g., tutorial).
    • Video Length: Select the desired video duration.
    • Date After: Choose a start date to include videos uploaded after this date.
    • Date Before: Choose an end date to include videos uploaded before this date.

    Advanced Search

5. Execute the Search

  • Click the Search button to perform the search with the specified parameters.
  • You will be redirected to the YouTube search results page with your filters applied.

6. Move the Popup (Optional)

  • Click and hold the Advanced YouTube Search header.

  • Drag the popup to your preferred location on the screen.

    Draggable Popup

7. Close the Popup

  • Click the πŸ” Advanced Search button again.
  • Alternatively, click anywhere outside the popup to close it.

🎨 Customization

You can customize Advanced YouTube Search to better fit your preferences:

1. Change Toggle Button Position

Modify the script to reposition the toggle button. For example, to move it to the top-right corner:

toggleButton.style.top = '20px';
toggleButton.style.bottom = 'auto';
toggleButton.style.right = '20px';

2. Adjust Popup Size

Change the width of the popup:

popupDiv.style.width = '450px'; // Adjust the width as desired

3. Modify Styles

Customize colors, fonts, or other styles by editing the corresponding CSS properties in the script.

4. Set Default Values

Pre-fill search fields by setting default value attributes when creating input elements in the script.

🀝 Contributing

Contributions are welcome! If you'd like to improve Advanced YouTube Search, please follow these steps:

  1. Fork the Repository

    Click the Fork button at the top-right corner of the repository page.

  2. Clone Your Fork

    git clone https://github.com/bitgineer/Advanced-YouTube-Search.git
  3. Create a Feature Branch

    git checkout -b feature/YourFeatureName
  4. Commit Your Changes

    git commit -m "Add your descriptive commit message"
  5. Push to Your Fork

    git push origin feature/YourFeatureName
  6. Open a Pull Request

    Navigate to the original repository and open a pull request with your changes.

πŸ“œ Guidelines

  • Ensure your code follows the existing style and structure.
  • Provide clear and concise commit messages.
  • Include screenshots or descriptions for new features.
  • Test your changes thoroughly before submitting.

πŸ“ License

This project is licensed under the MIT License.

License: MIT

πŸ“« Contact

For any inquiries, suggestions, or feedback, feel free to reach out:


Made with ❀️ by bitgineer

About

A Tampermonkey script that enhances YouTube search with advanced features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published