Sleazy Fork is available in English.

Free your hand - Pornhub

easily fast forward video, rotate video, and set playback speed of the video.

Versión del día 27/8/2020. Echa un vistazo a la versión más reciente.

Autor
O-0 c4r
Calificaciones
0 0 0
Versión
1.5.1
Creado
11/4/2018
Actualizado
27/8/2020
Licencia
MPL-2.0
Funciona en

easily fast forward video to the high time, and rotate video.

High time are marked as red on progress-bar.

shortcut

1. back or fast forward

To easily draw back or fast forward the Pornhub video to the next high time.

default :

  • <, or b : back forward
  • >. or n : fast forward

2. use key 0-9

To the relevant point directly

3. rotate video

rotate the video with 90 degrees at each press.

default :

  • {[ or h : anti-clockwise
  • ]} or j : clockwise

4. play with speed up/down

Indicates the current playback speed of the audio/video. default max limit of speed is x8.

default :

  • u : speed down
  • i : speed up

Custom

change the code at the beginning of the script. the code can be found via https://keycode.info/

    let array_next_key = [78, 190]
    let array_pre_key = [66, 188]
    let array_anticlock = [72, 219 ]
    let array_clock = [74,221 ]
    let default_array_speed_up = [73]
    let default_array_speed_down = [85]
    let default_array_speed_list = [0.5, 0.75, 1.0, 1.25, 1.5, 2.0, 4.0] 

Next...

  • control via mouse
  • a kind UI to modify and store custom settings

Feedback :

If you want some new functions, or have suggestions. Welcome to leave feedback.

Your c4r team