Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Greetings!
I am attempting to remove the event listener once it is called.
document.addEventListener("DOMContentLoaded", function() { document.body.addEventListener("mouseover", async function(e) { if (e.target && e.target.nodeName == "A") { hyperLink = e.target; // Attempts to remove event listener // /questions/4386300/javascript-dom-how-to-remove-all-event-listeners-of-a-dom-object //hyperLink.removeEventListener('mouseover', addEventListenerToHyperlinks); //hyperLink.replaceWith(hyperLink.cloneNode(true)); //let clone = hyperLink.cloneNode(true); //hyperLink.replaceWith(clone); await xhrHyperLink(hyperLink); } }); });Whoever sees this, please consider helping.
Done
Done
I see that the script is not flagged.
May I remove the following text?
# WIP : THIS SCRIPT DOES NOT WORK! # See [Help making ruffle to work](https://openuserjs.org/garage/Help_making_ruffle_to_work)Add a list of SearxNG instances to metablock
@match.Add configuration in the form of monkey menu commands
Please see changes. Warning note has not been changed.
Thank you for this comment. It is important for me to receive such comments.
Done.
I did it before, and I have even commented that previous code. I have changed it to a unicode character because I did not want people to be connected to a third-party domain.
### <!-- img src="https://raw.githubusercontent.com/KDE/falkon/master/logo.png" height="30" alt="Falkon" title="Download Falkon Browser"/ --> 🦅 Designed for <span style='color:MediumPurple'>[Falkon](https://www.falkon.org/) web browser</span>‬<!--  -->Thank you. Closing.
I have updated the script.
Important: The script still applied to any page. See
// @match file:///*and// @match *://*/*.I hope it is approvable.
https://openuserjs.org/scripts/sjehuda/Proxy_Redirect
Upon hovering a subject link, the userscript scans for a valid hostname from a selection of hostnames.
However, another link may be affected if is hovered while the scan is in the middle of processing.
https://openuserjs.org/scripts/sjehuda/Proxify_Links
This is currently not possible due to restrictions of web browser engine; however, an extension can overcome this issue.
Please unlist this userscript until it is resolved.
Currently, it does not work as I want it to work.
Once it works as expected, I will ask for listing it again.
Thank you.
Pardon for posting it publicly. I did this before I noticed the issue discussion for this userscript.
Could it be that I do not receive notifications?
Also, I did not find notification options under preferences.
The following code would make SWF to work, even after page has been completely loaded:
javascript:(function(){'use strict';let ruffleScript=document.createElement('script');ruffleScript.src='https://unpkg.com/@ruffle-rs/ruffle';document.head.appendChild(ruffleScript)})();So I was thinking of scanning for SWF and once found, a bar at the top or an icon at the corner would show up asking to activate SWF (i.e. activate that one-line code); alternatively, I might occupy SWF elements just as done with
swf2js.
I will do so, once the task is done.
An example page could be this https://randomfoo.net/oscon/2002/lessig/free.html
The script is currently not working (see source code).
May I postpone this task, and if yes, then for how long?
Done!
The userscript, now, has an option to select a type of online handler and also an instance.
The parameters are:
handlerfor type of online handler.instancefor URL.The URL for CommaFeed is
https://${instance}/rest/feed/subscribe?url=${location.href}though we might not want to bound people to a fixed pathname, as they migh have a special setup for pathname, so we either should let people to enter the complete path (i.e.https://news.my.instance/rest/feed/subscribe?url=or add a custom field for people who usegemini://gopher://or just plainhttp://.Greetings Steve!
Please pardon for the belated respond!
I have posted a question at CommaFeed.
Please help if you can.
Marti, I did not find a solution that does not request the library. I have posted about it at https://openuserjs.org/garage/Help_making_ruffle_to_work
Do you want to remove this userscript until a solution is found?
I did not find a solution that does not request the library. I have posted about it at https://openuserjs.org/garage/Help_making_ruffle_to_work
Do you want to remove this userscript until a solution is found?
Greetings!
Here is a JS code that would allow ruffle to load SWF on a given page which has SWF embedded.
(function() { // The @require directive will automatically load Ruffle, so no further action is needed. 'use strict'; // The following code is used as a backup system. let ruffleScript = document.createElement('script'); // Use the CDN version of Ruffle ruffleScript.src = 'https://unpkg.com/@ruffle-rs/ruffle'; document.head.appendChild(ruffleScript); })();It would be good to know how to make that code to work as userscript, loading the ruffle library from metablock
// @require https://unpkg.com/@ruffle-rs/ruffle/ruffle.jsThank you for any help!
This usercsript has been tested on pages that include embedded SWF files.
This script does work on Falkon web browser and appears to not work on Firefox.
Is there anything vague in the script itself, or is it only the description? (which is now in place)
Please ignore this post.
Discussion at https://openuserjs.org/scripts/sjehuda/Flash_Player_(ruffle)/issues/Vague_script
Thank you
Thank you. The description has been corrected!
Greetings!
I have uploaded a ruffle version of Flash Player.
I would like to make it visible, or is it an issue of sort?
https://openuserjs.org/scripts/sjehuda/Flash_Player_(ruffle)
Thank you in advance.