Greasy Fork is available in English.

Report user

jcunews

Hacking things for the sake of preferences. ...or for sites that behave badly. Efficiently.

https://www.reddit.com/user/jcunews1/

On Reddit:

https://www.reddit.com/r/userscripts/

https://www.reddit.com/r/GreaseMonkey/

Check out my other (mostly) non UserScript related scripts:

https://pastebin.com/u/jcunews

Any donation is acceptable through below addresses:

BTC:1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS

BCH:qzp596fe7jd5f6lxcuwamgp3yu875fsfdgqx87zd30

ETH:0x27380Cdd13fa523F435d8344c0d1e14970e4537e

LTC:LMfh6JkhLEvvF1wovdDSoxSWdWDeMoYS3d

Останні коментарі

See all user activity.

Script Sets

Скрипти

  1. Stylus Shadow DOM Support JS - Make Stylus styles also be applied to Shadow DOM elements.

    Автор
    jcunews
    Щоденних встановлень
    1
    Всього встановлень
    255
    Рейтинги
    0 0 0
    Створено
    26.03.2021
    Оновлено
    08.01.2024
  2. Anti Snoop JS - Conceal information about network type (e.g. cellular/broadband), number of CPU cores (or Hyper Threads), and video adapter brand & model.

    Автор
    jcunews
    Щоденних встановлень
    1
    Всього встановлень
    392
    Рейтинги
    2 0 0
    Створено
    29.09.2021
    Оновлено
    01.04.2024
  3. Disable Confirmation Dialog When Leaving A Web Page JS - Disable confirmation dialog when leaving a web page

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    375
    Рейтинги
    2 0 0
    Створено
    13.12.2016
    Оновлено
    29.04.2019
  4. Add Keyboard Shortcut for Generic Next/Previous Page JS - Add CTRL+ArrowLeft and CTRL+ArrowRight for generic next/previous page. It will click the last found link/button whose text starts/ends with e.g. "Next", "Prev", "Back", or "Previous".

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    155
    Рейтинги
    8 0 0
    Створено
    25.02.2017
    Оновлено
    22.09.2023
  5. PunyCode Protection JS - Warns on clicking links and arriving into sites which uses PunyCode.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    82
    Рейтинги
    3 0 0
    Створено
    21.04.2017
    Оновлено
    05.04.2021
  6. Pause/Mute HTML5 Audio/Video On Leaving Tab JS - Pause or mute HTML5 audio/video on leaving a tab and restore them back on returning.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    228
    Рейтинги
    8 0 0
    Створено
    05.06.2017
    Оновлено
    16.03.2021
  7. Background Network Requests Indicator JS - Shows an indicator at bottom right/left when there is one or more background network requests in progress.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    197
    Рейтинги
    7 0 0
    Створено
    05.06.2017
    Оновлено
    27.07.2023
  8. HTML5 Video Playback Speed Control Keyboard Shortcut JS - Add keyboard shortcuts to control HTML5 video playback rate. Available keyboard shortcuts are: <CTRL+[> = Decreate playback rate, <CTRL+]> = Increase playback rate, <CTRL+\> = Set playback rate increment/decrement unit, <CTRL+'> = Set playback to specific rate, <CTRL+;> Reset playback rate to default (to 1.0). Default playback rate incement/decrement is configurable via script.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    853
    Рейтинги
    16 0 0
    Створено
    08.08.2017
    Оновлено
    12.09.2019
  9. Disable Google Search Result URL Redirector JS - Disable Google URL redirector (i.e. user data tracking) on Google Search result, including Google Custom Search Engine (CSE) which is used by many websites, and in Google Groups.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    737
    Рейтинги
    11 0 0
    Створено
    27.08.2017
    Оновлено
    17.07.2023
  10. ASCII Control Codes Keyboard Input Helper for Firefox JS - This is a script to help inputting ASCII Control Codes such as TAB, CR, LF, etc. on Firefox web browsers using ALT+Numpad keys. Inputted control codes must begin with 0 (e.g. 09, 013, etc.), and only control code 1 to 31 are accepted. The control character will only be generated when the current focus is on a TEXTAREA element, or a text typed INPUT element.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    10
    Рейтинги
    0 0 0
    Створено
    11.09.2017
    Оновлено
    15.05.2022
  11. Extended SPACE Key Page Scroller JS - By default the SPACE key scrolls the page down by full height of browser view. With this script, pressing SHIFT+SPACE will scroll half of the view height. Page scroll by a quarter view height can be done using either LEFTSHIFT+RIGHTSHIFT+SPACE or SHIFT+CAPSLOCK+SPACE (configurable via variable).

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    24
    Рейтинги
    0 0 0
    Створено
    14.09.2017
    Оновлено
    22.09.2017
  12. Page Contents View Mode JS - The main purpose of this script is to show only the main content or page article. It is designed to be used with a bookmarklet whose URL is (no quote) "javascript:void(PCVM())".

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    123
    Рейтинги
    4 0 0
    Створено
    13.10.2017
    Оновлено
    19.04.2018
  13. Choose Form Field Selections On Hotkey JS - Choose predefined selections for drop-down form fields upon pressing a hotkey. For e.g. country, state, city. If the state or city fields changes dynamically based on the selected country, the hokey will need to be pressed again.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    11
    Рейтинги
    0 0 0
    Створено
    22.01.2018
    Оновлено
    22.01.2018
  14. Highlight Listened Bandcamp Albums JS - Add highlights to listened Bandcamp albums. Note: All domains is required for the script, because some albums listed on bandcamp.com are not served on bandcamp.com. For albums served on sites other than bandcamp.com, the recognition of the album playback is possible only if the site uses bandcamp.com's document format.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    22
    Рейтинги
    0 0 0
    Створено
    08.02.2018
    Оновлено
    08.02.2018
  15. Prompt On New Tab JS - Display a confirmation dialog when the site wants to open a new tab, so that user has the chance to cancel or allow it to open in a new or current tab. This script won't work if the user opens a link in a new tab using web browser's "Open in a new tab", "Open in background tab", or similar which are web browser internal or browser extension features.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    155
    Рейтинги
    4 0 0
    Створено
    12.02.2018
    Оновлено
    01.02.2020
  16. Show Character Codes JS - Display a dialog showing the character code(s) of the selected character(s). This script is instended to be used as a bookmarklet using this URL: javascript:scc_ujs()

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    45
    Рейтинги
    2 0 0
    Створено
    21.02.2018
    Оновлено
    10.01.2024
  17. Save Selected Text To File JS - Save selection into file as text or HTML code. The selected text or HTML code will be previewed and can be edited before it is saved. The file will be presented as a file download. This script is instended to be used as a bookmarklet using this URL: javascript:ssttf_ujs()

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    150
    Рейтинги
    4 0 0
    Створено
    22.02.2018
    Оновлено
    23.02.2018
  18. Link & Form Field Navigation Shortcuts JS - Adds keyboard shortcuts for focusing: previous form field (ALT+1), next form field (ALT+2), previous link (ALT+3), and next link (ALT+4).

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    9
    Рейтинги
    0 0 0
    Створено
    28.02.2018
    Оновлено
    28.02.2018
  19. Disable Notifications API JS - Disable Notifications API where sites may show popup notifications message at bottom-right of the web browser. Any sites which require Notifications API may cause the web browser to ask user for a permission to display notifications. This script disables both the notifications and the permission prompt. It is intended for users who find them annoying.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    132
    Рейтинги
    1 0 0
    Створено
    15.03.2018
    Оновлено
    15.03.2018
  20. HTML5 Video Frame Screenshot JS - Adds ability to take a screenshot from the current frame of a HTML5 video element and be saved to a file named "video_frame.jpg" or "video_frame.png" (image format is configurable). This script is intended to be used as a bookmarklet using this URL: javascript:hvfs_ujs()

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    121
    Рейтинги
    1 0 0
    Створено
    21.03.2018
    Оновлено
    21.03.2018
  21. Remove HTML5 Audio/Video and Flash JS - Remove HTML5 Video (and optionally Audio too) and Flash from any web page. This is somewhat an aggresive measure to disable audio, video and Flash when there's no other option is available.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    158
    Рейтинги
    3 0 0
    Створено
    27.04.2018
    Оновлено
    27.04.2018
  22. YouTube Embedder JS - Convert links and optionally URL text which points to a YouTube video, into embedded YouTube frame. For URL text, it can be converted to a link only. The main function can be configured for on-demand-only for slow computers. If enabled, the main function can be executed via bookmarklet using this URL: javascript:yte_ujs()

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    87
    Рейтинги
    4 0 0
    Створено
    07.05.2018
    Оновлено
    14.05.2018
  23. Accented Character Input JS - Add functionality to input accented characters for non accented keyboards when the current input focus is on a text input element, or a content-editable element.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    7
    Рейтинги
    1 0 0
    Створено
    06.06.2018
    Оновлено
    17.02.2024
  24. MS-Word DOCX Reader JS - Adds Microsoft Office Word DOCX document viewing functionality without using or involving any third party website. To view a Word document, use the mouse shortcut to click the link on a web page which points to a DOCX file. By default, the mouse shortcut is Alt+LeftClick, and it's configurable in the script.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    135
    Рейтинги
    1 0 1
    Створено
    01.07.2018
    Оновлено
    16.05.2021
  25. Filter Out Rotten Tomatoes JS - Removes links, images, and text which refer to Rotten Tomatoes or its rottentomatoes.com website, on any website.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    7
    Рейтинги
    0 0 0
    Створено
    02.09.2018
    Оновлено
    26.01.2019
  26. Page Filter JS - Removes links, images, and text which refer to specific keywords. When a keyword is found in an URL of a link or image, the link/image will be removed. When a keyword is found in a text, the whole text in its container element, will be removed.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    68
    Рейтинги
    2 0 0
    Створено
    01.02.2019
    Оновлено
    01.02.2019
  27. Browser Notification Filter JS - Filter out browser notifications by title or body of the notification. Edit script configuration before use, and backup script before updating.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    103
    Рейтинги
    0 0 0
    Створено
    26.03.2019
    Оновлено
    29.03.2019
  28. Emoji & Symbol Picker JS - Adds ability to input emoji and symbol characters via picker popup which is accessible using ALT+` (ALT and backquote) keyboard shortcut (configurable in the script). Character will be generated at the (blinking) cursor. If there's text selected, the character will replace the selection. Note: this script will not work on inputboxes whose keyboard inputs is script driven. e.g. WYSIWYG text boxes.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    66
    Рейтинги
    3 0 0
    Створено
    29.03.2019
    Оновлено
    10.01.2024
  29. Stylus Auditor JS - Audit Stylus styles for the current page to list all applied styles, and list any CSS rules which have mismatched selectors or overridden styles. This script is designed to be used as a bookmarklet. To use this script, create a new bookmark with this URL (no quote): "javascript:ujs_stylusAuditor()", then use the bookmark on a website with UserStyle applied using Stylus.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    122
    Рейтинги
    3 0 0
    Створено
    16.05.2019
    Оновлено
    19.07.2019
  30. Prevent Right-Click Context Menu Hijaak JS - Prevent websites from entirely disable web browser's Right-Click context menu by allowing use of SHIFT+RightClick, CTRL+RightClick, or CTRL+SHIFT+RightClick (configurable in the script code). This script is designed for Chrome and Chromium based web browsers. Firefox already has this feature built in via SHIFT+RightClick.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    181
    Рейтинги
    2 0 0
    Створено
    16.07.2019
    Оновлено
    17.07.2019
  31. Allow Clipboard Operations JS - Prevent websites from disallowing users to perform clipboard copy, cut, or paste operations. For allowing right-click browser context menu, use the "Prevent Right-Click Context Menu Hijaak" script (https://greasyfork.org/en/scripts/387540-prevent-right-click-context-menu-hijaak).

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    145
    Рейтинги
    3 0 0
    Створено
    15.09.2019
    Оновлено
    15.09.2019
  32. HTML5 Audio/Video Keyboard Shortcuts With OSD JS - Adds keyboard shortcuts for controlling HTML5 media player (audio/video) with OSD support. Seek media to 0%, 5%, 10%, ..., or 95%. Rewind and fast fordward media by 30 seconds, 1 minute, and 5 minutes. Change media speed even beyond YouTube's speed limit. Change audio volume to 20%, 40%, 60%, 80%, or 100%. Change video aspect ratio for TV and letterbox content (for widescreen monitors).

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    361
    Рейтинги
    5 0 0
    Створено
    26.09.2019
    Оновлено
    26.05.2024
  33. Disable Site Restriction On Page Operations JS - Disable site restrictions which prevent users on performing clipboard operations, text selection, page printing (experimental), and opening the Right-Click context menu. To open the Right-Click context menu use SHIFT+RightClick (the default; configurable in the script code).

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    243
    Рейтинги
    4 0 0
    Створено
    02.10.2019
    Оновлено
    03.10.2019
  34. Selective HTML5 Media Audio Output for Chrome JS - Allows users to select specific audio output device for HTML5 audio / video in a per site basis.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    417
    Рейтинги
    2 1 0
    Створено
    18.10.2019
    Оновлено
    19.10.2019
  35. MHTML Reader JS - Script to read MHTML files. Use the "Open MHTML file" menu of Tampermonkey/Violentmonkey/Greasemonkey popup menu. The menu can also be made as a bookmarklet using this URL: javascript:mhtreader_ujs()

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    58
    Рейтинги
    1 0 0
    Створено
    03.11.2019
    Оновлено
    03.11.2019
  36. Disable Video Popouts JS - Disable/remove non browser native video overlays on web pages. This script applies on all sites by default, and must be manually configured to exclude specific sites. Note: this is a somewhat aggresive blocker, where it may break site functionality.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    66
    Рейтинги
    1 0 0
    Створено
    17.11.2019
    Оновлено
    19.10.2020
  37. HTML Access Key Helper JS - Adds keyboard shortcuts to display available HTML Access Keys, if the websites provide them.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    22
    Рейтинги
    1 0 0
    Створено
    21.12.2020
    Оновлено
    08.05.2022
  38. Open Source Shadow DOM JS - Ensure all Shadow DOM nodes are open. Intented for research use.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    27
    Рейтинги
    1 0 0
    Створено
    23.06.2022
    Оновлено
    23.06.2022
  39. Pixel-Precision Wheel Scroll JS - Add pixel-precision wheel scrolling capability using CTRL+SHIFT+Wheel for vertical scroll, and CTRL+ALT+Wheel for horizontal scroll, for any scrollable element which can be scrolled at pixel level.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    15
    Рейтинги
    0 0 0
    Створено
    24.10.2022
    Оновлено
    16.11.2022
  40. Override HTML Standard Form Submission Result To Current Or New Tab JS - Make HTML standard form submission result be loaded in either the current tab (SHIFT key held), or in a new window (CTRL key held), when submitting the form. This script won't work on forms which don't use HTML standard form submission. e.g. AJAX.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    5
    Рейтинги
    0 0 0
    Створено
    10.12.2022
    Оновлено
    30.05.2024
  41. Event Control JS - Provides ability to enable/disable specific events (accessible from GM menu) on a site page which are specifically listened by the site and browser extensions. When an event is disabled, event handlers including the web browser's, will be disabled.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    23
    Рейтинги
    0 0 0
    Створено
    03.01.2023
    Оновлено
    03.01.2023
  42. HTML Animation Frame Request Limiter JS - Limits HTML animation frame request. Practically limits FPS of JavaScript controlled animation such as in canvas. Designed to lower CPU usage.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    93
    Рейтинги
    0 0 0
    Створено
    01.07.2023
    Оновлено
    01.07.2023
  43. Quadruple/Quintuple/Sextuple Click Selections JS - Add quadruple/quintuple/sextuple clicks for selecting page content beyond the current block. Also allow selection when double/trplie/etc. clicking an image.

    Автор
    jcunews
    Щоденних встановлень
    0
    Всього встановлень
    5
    Рейтинги
    0 0 0
    Створено
    24.11.2023
    Оновлено
    24.11.2023