Skip to content

Instantly share code, notes, and snippets.

@Jotunn
Jotunn / Battlefield_6_sens.md
Last active January 9, 2026 05:29
Battlefield 6 PC Sensitivity Guide

Battlefield PC Sensitivity (BF6)

All of what you read below applies to Battlefield 6, as tested in Labs and the Open Beta, including my own personal settings, summarized at the bottom of this sheet.

Why should you care?

This is the new version of my old guide for BF4 through BF2042, for Battlefield 6. BF6 uses a revised mouse input system with a lower base sensitivity and a higher max sensitivity, and by quite a lot too. Editable both in-game with decimal points via arrow keys, and in config files, with input that isn't just emulated controller input like 2042, it's a paradise by comparison.

If you wish to more finely tune your sensitivity, keep reading.

/*
* Global Media Controls Panel
* Written by Tam710562
*/
(() => {
'use strict';
const gnoh = {
i18n: {
@astamicu
astamicu / Remove videos from Youtube Watch Later playlist.md
Last active March 11, 2026 20:46
Script to remove all videos from Youtube Watch Later playlist

UPDATED 22.11.2022

It's been two years since the last update, so here's the updated working script as per the comments below.

Thanks to BryanHaley for this.

setInterval(function () {
    video = document.getElementsByTagName('ytd-playlist-video-renderer')[0];

 video.querySelector('#primary button[aria-label="Action menu"]').click();