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