I downloaded the current .zip, the old plugin was removed before I updated.
https://github.com/FoxRefire/wvg/archive/658636c1fb62323cdb837606c41298d820a0f9e7.zip
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 241 to 270 of 769
-
-
Does the console on the extension pop-up screen say anything?
Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
Hello Foxrefire,
I modified your popup by automatically adding MPD links to DRM videos but when there are several like M6replay. I would like to define a name for the mpd link. sometimes it works or it gives me another link.
popup edit: -
Widevine content hasn't detected in this page.
Open widevine-protected website and try again!
I also have the same error here, it surprises me a bit.
It works fine with other operators, for which I am grateful. -
-
@papa01
Again, send logs from pop-up. works on my side.
Also try the following:
* Wait a few seconds after the page has completely finished loading before opening the extension
It is because since commit f7db81a, the implementation of the ability to modify and process the original POST payload may cause a lag from the time the PSSH is detected until it is read into the array. It also affects browsing performance a bit.
* Check to see if PSSH is detected by the extension
If it is working properly, PSSH should be recorded by the extension in the (video page) console
* Try reverting commit d869914 and 7449ea8 and preserve last commit
These commits change the mechanism for transferring information between scripts in order to simplify processing.Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
-
@WALEED2021
The root of the ZIP must contain manifest.json.
In other words, instead of “foo.zip/bar/FILES(with manifest.json)”, include a group of files of extensions such as manifests directly under the ZIP, like “foo.zip/FILES(with manifest.json)”.Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
i could add the extention to firefox but i do not know where is it or it is not found with other addons
i do not know how to paly it to get my keys
[Attachment 78776 - Click to enlarge] -
Edit Product Page-->Manage Status & Versions-->Version 1.0-->Files
Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
thanks for the version but it is not added to firefox developer add , i got that error while mr .foxfire’s extention added and works well
[Attachment 78777 - Click to enlarge] -
the file background.js is missing a few lines at the end.
Code:chrome.browserAction.onClicked.addListener(function(tab) { chrome.windows.create({ url: "popup.html", type: "popup", width: 820, height: 600 }); }); window.getPsshs = () => { return psshs; }; window.getRequests = () => { return requests; }; window.getPageURL = () => { return pageURL; };
lines in red are missing.
Again, thanks for your great work.
You think that it is possible for you to write out a tutorial on how make Challenge scheme plug ins? What to look for and how to implement.
That would be wonderful.
Thanks. -
@ jack_666
> the file background.js is missing a few lines at the end.
Are you referring to the removal of those codes in commit d869914?
This is done on a dare.
To allow another script to reference the value of its own variable or function, the variable name must be made global by prefixing the variable name with “window.” when declaring and assigning it.
Previously, variables on background script were themselves non-global, so in order for a pop-up script to retrieve them, a globally defined function would have to return the contents of the variable as is.
However, this practice is redundant, so the getter function has been removed and instead the variable itself is defined globally with “window.".
If you are experiencing problems with behavior after this refactoring, you will need to provide details along with logs.
>You think that it is possible for you to write out a tutorial on how make Challenge scheme plug ins?
Here is simple tutorial
1.
Learn python and basic networking knowledge
2.
Check at the contents of the request/response to the license server
3.
Create “SchemeName.py” in the “python/schemes” directory.
4.
Define the scheme file added to popup.html.
5.
Add auto-select rule(URLPattern$$SchemeName)
6.
Edit the scheme file. Here is the references of variables and functions
licUrl:License URL String(Usually does not need to be changed)
licHeaders:Headers JSON string. It is transformed as an object in pre.py(Usually does not need to be changed)
licBody:Request payloads of License server by Base64 String. Use this if you need to obtain a license based on the original request payload.(Need to be converted)
js.corsFetch():Use this method instead of pyfetch if the license server requires that the Origin header be set to the original domain. Otherwise, pyfetch should be used.Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
@papa01
Don't make me say the same thing over and over again.
https://www.zerocookers.co.uk/en/information/what-fuel/what-are-logs-for-biomassDon't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
FoxRefire, Thanks for the updates for the extension.
It is getting better with every update. -
Certainly not, because he does great work on other websites, for the author, I will be happy to provide the supplier's details, but he must be interested.
I sent the next files, but I don't know if it will help.
I will add that my friend also checked it, with no effect. -
Why don't you just send logs from popup?
Perhaps this problem is not so difficult to solve, and as long as you look at the logs I should be able to quickly find the cause.
As I have said again, I do not want to waste my time looking for a VPN and registering as a user every time I want to check the operation on a particular site myself.
I wonder why so many people here do not listen to instructions correctly and non-understand at English properly.
It might be more efficient for you to learn English than for me to explain the same thing over and over again...
https://www.youtube.com/watch?v=I_3mbra4dHUDon't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
Thanks for your continuing great work.
The update is great ... one tiny challenge
Change cursor while retrieving key (9757356)
This is great but ...
If no guesses are arrived at, then the icon goes round and around as if the program has crashed. Maybe a timeout/interrupt is required. If no guesses are arrived at within some time period, then display an an error message.
if no guesses after t seconds then timeout and display appropriate message.
Thanks again. -
Works fine in Chrome and Directvgo Latam! I can Thank you mate for this app, i very well that you created the very well form for put the keys.
[Attachment 78814 - Click to enlarge] -
If your extension outdated, The following message will appear in a pop-up window prompting you to update.
[Attachment 78819 - Click to enlarge]Don't be stupid.Use your brain and Google.
Read the rules and documentation before asking for support about my extension. -
Hello everyone,
Is there anyone who can help me solve my problem to display the MPD on M6replay because it gives me several URLs.
exemple :
[Attachment 78826 - Click to enlarge]
my code :
Code:String.prototype.contains = function (str) { return this.indexOf(str) != -1; } var FinderURL = ['th2-edge-01.cdn.bedrock.tech', '/static/']; //Get URL and MPD chrome.webRequest.onBeforeSendHeaders.addListener( function(details) { if (details.method === "GET") { var urlMPD = details.url; if((urlMPD.contains(".mpd")) || (FinderURL.some(s => url.contains(s)))){ chrome.storage.local.set({lastUrl: urlMPD}, function() {}); } } }, {urls: ["<all_urls>"]}, [] );
Similar Threads
-
Is this Widevine or?
By cenkoman in forum Video Streaming DownloadingReplies: 6Last Post: 28th Dec 2022, 15:15 -
Widevine help
By Stevo1987 in forum Video Streaming DownloadingReplies: 16Last Post: 27th Aug 2022, 12:08 -
OSX Mac - Chrome v83 + Widevine L3 extension
By R4p1dH0n3Y in forum Video Streaming DownloadingReplies: 5Last Post: 17th Nov 2021, 14:53 -
Widevine guesser not working
By Hammer in forum Video Streaming DownloadingReplies: 13Last Post: 4th Oct 2021, 11:26 -
widevine decrypt extension for microsoft edge not working
By takheang303 in forum Video Streaming DownloadingReplies: 6Last Post: 3rd Apr 2021, 11:46