Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperZombi committed Jan 10, 2023
1 parent f06f382 commit b227a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function getShortsCurrent(selector){
var currentSpead = 1;
function addSpeedometer(parrent){
function click_heandler(element){
document.body.onclick = function(e){
document.body.onclick = function(event){
let path = event.path || (event.composedPath && event.composedPath());
if (path.includes(element)){
if (path.includes(element.lastChild)){ return }
Expand Down
2 changes: 1 addition & 1 deletion pip.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b227a48

Please sign in to comment.