tweaks: more twitter tweaks
This commit is contained in:
parent
f280b6f0f8
commit
39bb8510c1
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#define STYLE_N 6512 + 100
|
#define STYLE_N 6657 + 100
|
||||||
|
|
||||||
void read_style_js(char* string)
|
void read_style_js(char* string)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef STYLE
|
#ifndef STYLE
|
||||||
#define STYLE
|
#define STYLE
|
||||||
|
|
||||||
#define STYLE_N 6512 + 100
|
#define STYLE_N 6657 + 100
|
||||||
|
|
||||||
void read_style_js(char* string);
|
void read_style_js(char* string);
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,9 @@ if (document.domain == "twitter.com") {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
[data-testid^="videoPlayer"]:before {
|
[data-testid^="videoPlayer"]:before {
|
||||||
content: '[twitter video]';
|
content: '<br>[twitter video]';
|
||||||
|
margin: 5px;
|
||||||
|
border: 10px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -132,7 +134,7 @@ if (document.domain == "twitter.com") {
|
||||||
var grandparentElement = videoPlayer.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
|
var grandparentElement = videoPlayer.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
|
||||||
var newTextElement = document.createElement('div');
|
var newTextElement = document.createElement('div');
|
||||||
newTextElement.textContent = ' [ twitter video ] ';
|
newTextElement.textContent = ' [ twitter video ] ';
|
||||||
newTextElement.style.borderWidth = '0px !important';
|
newTextElement.style["margin"] = "10px";
|
||||||
grandparentElement.replaceWith(newTextElement);
|
grandparentElement.replaceWith(newTextElement);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user