Initial commit
This commit is contained in:
commit
f851d4941d
14
scripts/steam-skip-urlfilter.user.js
Normal file
14
scripts/steam-skip-urlfilter.user.js
Normal file
@ -0,0 +1,14 @@
|
||||
// ==UserScript==
|
||||
// @name Auto-Acknowledge Steam URL Filter
|
||||
// @namespace .xyz.ishygddt
|
||||
// @include https://steamcommunity.com/linkfilter/?url=*
|
||||
// @version 0.0.1
|
||||
// @run-at document-end
|
||||
// ==/UserScript==
|
||||
|
||||
l=document.getElementsByClassName('url');
|
||||
|
||||
if(l.length==1)
|
||||
if(confirm(l[0].textContent))
|
||||
document.getElementById('proceedButton').click();
|
||||
|
Loading…
Reference in New Issue
Block a user