关于2017年度高新技术企...
百度 从国际经验看,税收递延型模式下的商业养老保险产品,是第三支柱个人商业养老的重要提供者。
Userscripts are mainly javascript extensions for web browsers. Userscripts automate or customize actions, and they can change the layout or even "mash up" different websites.
66 questions
0
votes
0
answers
39
views
How to improve browser performance (Firefox/Chrome) when ChatGPT chat history grows too large? [closed]
I'm experiencing a browser performance issue while using ChatGPT (chat.openai.com), and I'm hoping to get input from others who may have faced similar slowdowns or have workarounds.
Setup
Primary ...
1
vote
1
answer
164
views
Revert new 2024 Wikia UI to older FandomDesktop Wikia UI?
So, a few years ago when Wikia started rolling out FandomDesktop to replace Oasis, I asked this question about a script for ViolentMonkey to continue using Oasis. Not too long after Wikia got rid of ...
0
votes
0
answers
313
views
Issues with deleting files from System 32 using a PowerShell script
this is the script I'm working with
# Define the top-level folder and the list of files
$topFolder = "C:\Windows\System32" # Update to System32 directory
$files = @(
"mstsc.exe&...
1
vote
1
answer
178
views
Firefox: how to copy URLs to clipboard with parenthesis as encoded characters, e.g. '(' as '%28' and ')' as '%29'?
I am using Firefox 119.0 (64-bit) on Fedora 38. I would like to be able to copy a links that contain parenthesis to clipboard from the address bar with them as encoded. For example, when copying the ...
4
votes
3
answers
7k
views
How to prevent a website from hiding its scrollbar?
Some webpages, such as this FAQ or this blog post, do not display a vertical scrollbar even though the content overflows vertically. This makes it impossible to click-and-scroll, or to see how long ...
1
vote
1
answer
7k
views
How to prevent a web browser from following redirects in a specific website?
I am trying to block myself from using Google Search Console by bringing myself back to Google Search, due to addictive behavior with Google Search Console*.
The following JavaScript code works from ...
1
vote
1
answer
468
views
AHK to reassign mouse indexes for RetroArch emulator
I have an arcade build with lightguns that uses RetroArch. It relies on mouse indexes which can be obtained with a controller remap utility tool. This produces the following information
...
2
votes
0
answers
733
views
How to programmatically change viewport dimensions (like DevTools can?)
When viewing a website in Devtools with the Responsive Viewport, you can customize the screen dimensions in pixels. Is this accomplished on the browser end according to CSS/JS rules? , or are the ...
0
votes
1
answer
778
views
A script for Violent Monkey to revert Reddit's UI?
I seem to ask these sorts of questions a lot, so, in short, Reddit recently got uglier for some reason like so many sites and services are doing these days and I'd like to change it back. Is there a ...
0
votes
1
answer
5k
views
How to send an input (letter y) after the command requests me to
I am trying to do chkdsk C: /f /r /x
After I do this command, It requests me to press y to accept checking my disk after restarting my pc.
How can I automate this for my .bat file? I mean, after the ...
0
votes
0
answers
388
views
How can I differ between different chrome profiles in my rules?
What could be the difference between multiple profiles on Google Chrome? I want to make specific rules for specific chrome profiles:
What is the difference between different profiles on Google Chrome ...
1
vote
1
answer
8k
views
Script to check SMB status on multiple servers
I am looking to check the SMB version and status on a list of servers. it would be nice to be able to have a list of server, such as a CSV and run the SMBconnection command against each of the ...
1
vote
1
answer
1k
views
A script for Violentmonkey to automatically add something to the end of all wikia URLs?
Recently Wikia/Fandom has released a new design for their site that looks absolutely dreadful and they're slowly forcing it as the default skin for all of their wikis. Users can still log in and ...
3
votes
0
answers
77
views
Set Windows Background Colours from a Webpage Script
The Display Screen Optimiser
I have a web app which identifies the optimal background colours for reading speed. It can set this optimal colour as the background for our site but our users want to be ...
0
votes
1
answer
2k
views
Why is a userscript active on a given url in some browser but not another?
I develop a userscript to be used by a few people in my company. I advised them to install Tampermonkey. Someone complains that the script is not working for her: indeed, she has Tampermonkey ...