https://multiup.org/en/mirror/bfb44d260f4f3908e5cb057c2fec0fb6/Koikatu-All-In-One-Re-Pack.rar.rar
https://multiup.eu/en/mirror/bfb44d260f4f3908e5cb057c2fec0fb6/Koikatu-All-In-One-Re-Pack.rar.rar
if you click download... like on googledrive button... it redirect to ads website.... can u guys do that?
block that ads?
It will addressed as per @gorhill decision
This is discussed many times
https://github.com/uBlockOrigin/uAssets/issues/5435
Use this userscript in violentmonkey
document.querySelectorAll("form>button[link]").forEach(b => {
b.addEventListener("click", ev => {
ev.preventDefault();
location.href = b.getAttribute("link");
}, true);
});
@ghajini amazing... this work like a charm....
but can i ask?
how do i can copy the link like googledrive with right click?
the link can't be copy... can you help me?
Wait for gorhill
ok i will wait. :)
No possible safe repair right click on gdrive (Google also for disk use html5 menu) / google search = possible break completly google maps (from the moment the maps. subdomain is closed and the use of the "directory" /maps/).
@mapx- recommended tests in the past (for right click blockade):
drive.google.*##+js(aeld, contextmenu)
www.google.*##+js(aeld, , a.call(b.src,b.listener,c))
IDK, maybe sudomain www. no works for scriptlets, also some google maps is possible view on "lcl":
https://www.google.com/search?q=auchan&tbm=lcl
@krystian3w ummm i mean... on multiup... if u click "download" they now can automatically go to googledrive without go to ads web... but what i ask... i want to copy those link without go to that link...
so i mean... i need something to make me onlu just do "right click > copy link"
You have to use inspect (right click on element then inspect) and you'll find the wanted link

This would require another script which, on the basis of the button code ("html <button>"), will paste a clickable link to the same page ("html <a>").
https://www.google.com/search?client=q=create+element+with+attrib+based+on+other+element
This is a can't fix case as you need a dedicated scriptlet for this.
@mapx- i know what inspect element... but i need something that direct... so i dont have to open that thing.... :(
@krystian3w i not too good when it come to this type of things....
but how to use that?
@uBlock-user ummm i already done with this problem with code from @ghajini but...
can you solve my second problem above?
(btw i using tampermonkey for that and as far this work quite good....)
can you solve my second problem above?
What second problem ?
What second problem ?
Change/duplicate button into/as a - because button do not have in right click menu option "copy this URL":
<button type="submit" namehost="drive.google.com" link="https://drive.google.com/uc?export=download&id=1jqUW6wPUsdtMAfb_CuuZoLM3F5icU94h"
猬囷笍
<a href="...">
or show link value into input or textarea - for faster copy.
Maybe screen help create scriptlet or .user.js for violentmonkey:
|
---- |
Change/duplicate button into/as a - because button do not have in right click menu option "copy this URL":
Not possible, also requires a scriptlet to do that.
Change/duplicate button into/as a - because button do not have in right click menu option "copy this URL":
Not possible, also requires a scriptlet to do that.
scriptlet......what?
u mean like.... earlier code that i tested on tampermoney? that is scriptlet?
sorry my brain was too slow... i not expert on this :) maybe i came here is right decision... so i can steal knowledge from you all :D
Yes a scriptlet that swaps elements( button -> a) and its containing attributes. Someone on GitHub did this. I can't recall which repo though.
maybe @ghajini can copy element, paste into DOM with change type of element into <a> with changed atrrib link to href.
i hope i get that code soon...
my brain.exe stopped working right now LOL
Most helpful comment
Yes a scriptlet that swaps elements(
button->a) and its containing attributes. Someone on GitHub did this. I can't recall which repo though.