This commit is contained in:
Unkas Amanjolov 2024-10-07 10:42:59 +05:00
parent be4ce9425c
commit a51446c39e
3 changed files with 0 additions and 23 deletions

View File

@ -1 +0,0 @@
{"options":{"check_for_updates":false,"comment":null,"compat_foreach":false,"compat_metadata":false,"compat_powerful_this":null,"compat_wrappedjsobject":false,"compatopts_for_requires":true,"noframes":null,"override":{"merge_connects":true,"merge_excludes":true,"merge_includes":true,"merge_matches":true,"orig_connects":[],"orig_excludes":[],"orig_includes":[],"orig_matches":["http://beeb0a7ae391.sn.mynetname.net:8020/apps/files/*"],"orig_noframes":null,"orig_run_at":"document-idle","use_blockers":[],"use_connects":[],"use_excludes":[],"use_includes":[],"use_matches":[]},"run_at":null,"sandbox":null,"tab_types":null,"unwrap":null,"user_modified":null},"settings":{"enabled":true,"position":5},"meta":{"name":"Удалить область созданиея Readme","uuid":"829e8ada-5428-4498-933b-dc8b738b67e2","modified":1685331036244}}

View File

@ -1 +0,0 @@
{"ts":1707563388955,"data":{}}

View File

@ -1,21 +0,0 @@
// ==UserScript==
// @name Удалить область созданиея Readme
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://beeb0a7ae391.sn.mynetname.net:8020/apps/files/*
// @icon https://img.icons8.com/?size=512&id=2dCsJ8Pa920S&format=png
// @grant none
// ==/UserScript==
(function() {
'use strict';
setTimeout(function() {
document.querySelector("#app-content-files > div.filelist-header").remove()
}, 500);
// Your code here...
})();