Keyboard macro to skip ADEnable keyboard media keysSkip ahead during playback with keyboard shortcutsPress alt + arrow to skip full line? (Or is there an existing shortcut already..? )Custom keyboard shortcut not workingRemapping Keyboard Volume ControlsMy cat stepped on keyboard, now VLC has no soundKeyboard switched to Arabic
Isn't Social Security set up as a Pension Fund as opposed to a Direct Transfers Scheme?
Can I leave my car sitting outside for about 5 years?
Print command in matrices to generate inactive numbers
Simple converter: Is it better to use a function within a function?
Can I be fired the same day that I hand in my notice?
Creating a wavy dot pattern in a Cycles shader
How do I calculate my AC for this character?
Array elements of struct and struct members
Reimbursed more than my travel expenses for interview
Should I replace fillable PDFs?
How am I ever going to be able to "vet" 120,000+ lines of Composer PHP code not written by me?
Do I need to rip the leaves off mint?
Has anyone attempted to characterize chess mathematically?
Keeping a healthy immune system on a generation-ship
Would a level 18+ Champion Fighter recover HP outside of combat?
Why is "runway behind you" useless?
How do I get a stuck gas canister (for hiking/camping) out of a stainless steel mug?
How to teach children Santa is not real, while respecting other kids beliefs?
How to say No to idea given by team member, when I know from my experience that it is going to fail?
Importing a Wikipedia Table as a Dataset?
Pressing f ^ ( - 1 ) on my keyboard comes out as f⁽-1) and not f^(-1), which I want (danish keymap)
If I'm personally invited to give a talk but have to pay and submit an abstract does that count as a invited talk?
is it possible to duplicate a item in stardew valley?
Simulating these special dice on more regular dice
Keyboard macro to skip AD
Enable keyboard media keysSkip ahead during playback with keyboard shortcutsPress alt + arrow to skip full line? (Or is there an existing shortcut already..? )Custom keyboard shortcut not workingRemapping Keyboard Volume ControlsMy cat stepped on keyboard, now VLC has no soundKeyboard switched to Arabic
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
With the advent of Cord Cutters people switched from TV to the Internet. Now ADs are appearing on the internet. For example this movie AD appears halfway through a video:
On the left you see a play button. When you click it the lower right section changes from "Skip this in 5 s." to "4 s" then "3 s" until "Skip AD" appears.
I'd like to create a macro that:
- Mutes volume
- Clicks the play icon
- Watches until "Skip AD" appears when countdown ends (note it can be 25 seconds)
- Restores volume
- Clicks the "Skip AD" icon
I appreciates google's entrepreneurship in turning the internet into old school TV advertising but in turn they will appreciate our efforts to not watch ads that are annoying.
sound keyboard shortcut-keys video
add a comment
|
With the advent of Cord Cutters people switched from TV to the Internet. Now ADs are appearing on the internet. For example this movie AD appears halfway through a video:
On the left you see a play button. When you click it the lower right section changes from "Skip this in 5 s." to "4 s" then "3 s" until "Skip AD" appears.
I'd like to create a macro that:
- Mutes volume
- Clicks the play icon
- Watches until "Skip AD" appears when countdown ends (note it can be 25 seconds)
- Restores volume
- Clicks the "Skip AD" icon
I appreciates google's entrepreneurship in turning the internet into old school TV advertising but in turn they will appreciate our efforts to not watch ads that are annoying.
sound keyboard shortcut-keys video
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
@JusticeforMonica I haven't tried watching viavlc
only direct through browser. How is Monica doing these days?
– WinEunuuchs2Unix
Nov 16 at 17:11
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.
– Justice for Monica
Nov 16 at 17:17
add a comment
|
With the advent of Cord Cutters people switched from TV to the Internet. Now ADs are appearing on the internet. For example this movie AD appears halfway through a video:
On the left you see a play button. When you click it the lower right section changes from "Skip this in 5 s." to "4 s" then "3 s" until "Skip AD" appears.
I'd like to create a macro that:
- Mutes volume
- Clicks the play icon
- Watches until "Skip AD" appears when countdown ends (note it can be 25 seconds)
- Restores volume
- Clicks the "Skip AD" icon
I appreciates google's entrepreneurship in turning the internet into old school TV advertising but in turn they will appreciate our efforts to not watch ads that are annoying.
sound keyboard shortcut-keys video
With the advent of Cord Cutters people switched from TV to the Internet. Now ADs are appearing on the internet. For example this movie AD appears halfway through a video:
On the left you see a play button. When you click it the lower right section changes from "Skip this in 5 s." to "4 s" then "3 s" until "Skip AD" appears.
I'd like to create a macro that:
- Mutes volume
- Clicks the play icon
- Watches until "Skip AD" appears when countdown ends (note it can be 25 seconds)
- Restores volume
- Clicks the "Skip AD" icon
I appreciates google's entrepreneurship in turning the internet into old school TV advertising but in turn they will appreciate our efforts to not watch ads that are annoying.
sound keyboard shortcut-keys video
sound keyboard shortcut-keys video
asked Sep 30 at 0:09
WinEunuuchs2UnixWinEunuuchs2Unix
66.5k18 gold badges125 silver badges246 bronze badges
66.5k18 gold badges125 silver badges246 bronze badges
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
@JusticeforMonica I haven't tried watching viavlc
only direct through browser. How is Monica doing these days?
– WinEunuuchs2Unix
Nov 16 at 17:11
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.
– Justice for Monica
Nov 16 at 17:17
add a comment
|
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
@JusticeforMonica I haven't tried watching viavlc
only direct through browser. How is Monica doing these days?
– WinEunuuchs2Unix
Nov 16 at 17:11
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.
– Justice for Monica
Nov 16 at 17:17
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
@JusticeforMonica I haven't tried watching via
vlc
only direct through browser. How is Monica doing these days?– WinEunuuchs2Unix
Nov 16 at 17:11
@JusticeforMonica I haven't tried watching via
vlc
only direct through browser. How is Monica doing these days?– WinEunuuchs2Unix
Nov 16 at 17:11
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://
#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.– Justice for Monica
Nov 16 at 17:17
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://
#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.– Justice for Monica
Nov 16 at 17:17
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177552%2fkeyboard-macro-to-skip-ad%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177552%2fkeyboard-macro-to-skip-ad%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you still see ads with when playing the url via mpv or vlc? As for the macro, it would have to be very sentient!
– Justice for Monica
Nov 16 at 17:07
@JusticeforMonica I haven't tried watching via
vlc
only direct through browser. How is Monica doing these days?– WinEunuuchs2Unix
Nov 16 at 17:11
Praying for her! I use mpv and don't see ads but then the content I watch isn't "popular". But still, give it a try. I even have a small script launched by a keyboard shortcut that makes a right-click (via xdotool) on a YouTube link in Firefox (not any other browser) straight to mpv://
#!/bin/sh
//xdotool click 3 && sleep 0.3 && xdotool key a && sleep 0.3 && mpv "$(xclip -o)"
.– Justice for Monica
Nov 16 at 17:17